I'm trying to get SML/NJ to print out a result at the top level without putting # signs everywhere.
According to some old docs (and a post to this newsgroup on 2001), it
should be possible to use Compiler.Control.Print.printDepth
However, on SML/NJ version 110.7, this just gives an error:
- Compiler.Control.Print.printDepth := 100;
stdIn:1.1-30.8 Error: unbound structure: Control in path Compiler.Control.Print.printDepth