Changeset 2770 for src/Main.hs

Show
Ignore:
Timestamp:
05/06/05 12:33:53 (4 years ago)
Author:
scook0
svk:copy_cache_prev:
4271
Message:

More Haddocks (Main/Eval/AST)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Main.hs

    r2768 r2770  
    124124            CmdReset          -> tabulaRasa >>= (liftSTM . writeTVar env) >> loop 
    125125 
     126-- |Create a \'blank\' 'Env' for our program to execute in. Of course, 
     127-- 'prepareEnv' actually declares quite a few symbols in the environment, 
     128-- e.g. \'\@\*ARGS\', \'\$\*PID\', \'\$\*ERR\' etc. 
     129-- ('Tabula rasa' is Latin for 'a blank slate'.) 
    126130tabulaRasa :: IO Env 
    127131tabulaRasa = prepareEnv "<interactive>" []