From: Henry C. <he...@so...> - 2003-10-15 13:56:35
|
I remember being surprised in some test that the result of entering datatype ''a t = T of ''a in SML/NJ returned datatype 'a t = T of 'a (i.e., no indication that the type argument had to be an equality type). Isn't this clearly wrong? I.e., I am slightly confused by your uncertainty. |