On 1/29/2017 8:46 PM, Chris Wright wrote: > I could have sworn the compiler yells at you if you don't provide a module > name for an imported module, but it doesn't. DIP time? It's intentional. Short programs don't need that stuff. Requiring it now would break an awful lot of code.