Safe Haskell | Safe-Inferred |
---|
Top-level module for the REPL interpreter. Everything in this module is visible to the REPL, so it imports a lot of potentially useful modules.
It has to be interpreted, so it should just put useful things into scope but not actually define anything itself. Those definitions go in Cmd.Repl.Global.