j
k
j a
j l
Hi,
Is the following behavior (of Poly/ML 5.6) intended?
datatype ''a t = C of ''a;
datatype 'a t = C of ''b
Moreover, Poly/ML rejects a following
C 1.0;
while SML/NJ accepts it.
Best, Tjark
Back to the thread
Back to the list