 
            
            
            
            
                20 Mar
                
                    2001
                
            
            
                20 Mar
                
                '01
                
            
            
            
        
    
                9:52 a.m.
            
        Mon, 19 Mar 2001 17:51:18 -0800, Ashley Yakeley 
If the Prelude is to be assembled from modules in the library, we need a way of specifying whether or not a given file imports the Prelude.
It's extremely rare that a module should not import Prelude.
The simplist method would be use of "import Prelude". I don't see it as much more onerous than "#include
" in a C file.