Is there a way to get a list of the signature
s or structure
s available in the top-level environment from the SML/NJ REPL? I'm looking to get a listing of the signatures/structures that appear to be defined in the sources.cm
files in the sml source directory. Something along the lines of
- signature s = LIST;
only listing the bindings in the top-level environment instead.