No subject

Henry Cejtin henry@sourcelight.com
Sun, 17 Jun 2001 23:17:48 -0500


Ok,  I'm  confused.   How  does  the structure MLton get defined in the MLton
sources.  It looks like it is assumed to be defined already, like  things  in
the  basis  library.   This seems to me to be a very bad thing to do since it
means that the output of, for instance,
    mlton -stop sml xxx.cm
is NOT standard ML.  Assuming that the basis is there seems fine, but not the
MLton structure.

Given this, how does one get a copy of the source to MLton which you can feed
to some other ML compiler?