Does ML actually acknowledge that you might want to break programs up into modules? Back when I used it in school, we used something called SML (which, as I understood it, stood for “Standard” ML), and I still got the impression that it wasn’t exactly something geared toward practical usage. Stick all your code in one big file and be glad you’re not putting it on punch cards, punk.
Yeah, I’m using SML 97 that has lots of module support. I can do open Int; in the interactive top level, yet I cannot get it to open from within a file.