j
k
j a
j l
I've just noticed that singleton tuples don't seem to be pretty printed as valid SML:
Poly/ML 5.4 Experimental
{1 = true};
val it = (true): {1: bool}
Presumably this should say:
val it = {1 = true}: {1: bool}
Phil
Back to the thread
Back to the list