Hi, With Poly/ML 5.5.0 Release RTS version: X86_64-5.5.0, the following code causes a segfault on my machine:
signature S = sig val e: exn end; structure s : S = struct exception e end; s.e; Best regards, Tjark _______________________________________________ polyml mailing list [email protected] http://lists.inf.ed.ac.uk/mailman/listinfo/polyml
