| Safe Haskell | Safe-Inferred |
|---|
Cmd.Repl.Fast
Description
The full haskell interpretation loads a whole bunch of modules and can be slow. Shortcut a few common commands so they happen quickly.
Documentation
fast_interpret :: String -> Maybe (Cmd.CmdT IO ReplProtocol.CmdResult) Source #
interpret loads a whole bunch of modules and can be slow. Shortcut a
few common commands so they happen quickly.