[MLton] Finished (?) MLton.Child

Henry Cejtin henry@sourcelight.com
Wed, 24 Nov 2004 21:57:35 -0600


The line
	datatype z = datatype PosixPrimitive.file_desc
gives you access to the type (now renamed z), but more importantly it gives
you access to all of the constructors (not renamed), which you can now use
in patterns and the like without having to use the initial PosixPimitive.
prefix.