[MLton] Welcome to Dan Wang

Stephen Weeks MLton@mlton.org
Wed, 3 Mar 2004 14:41:08 -0800


> > In particular I thought there was some code that took a portable graph
> > description and dumped out one big SML file. This is at least my
> > recollection last time I talked to Matthias Blume a few years back.
> 
> You are thinking of  GenSML.gen.
> That will produce one big SML(/NJ) file for one .cm file.  It's up to you
> to figure out what other .cm files to GenSML.gen to produce the
> appropriate imports.  That's where you need more information than
> CM.Graph.graph gives you, because the imports may be under rebound
> anchors.

Does GenSML.gen (or any other function) do the renaming that is needed
to handle export filters?