Skip to content
  • David Terei's avatar
    Added ':runmonad' command to GHCi · eecd7c98
    David Terei authored
    This command allows you to lift user stmts in GHCi into an IO monad
    that implements the GHC.GHCi.GHCiSandboxIO type class. This allows for
    easy sandboxing of GHCi using :runmonad and Safe Haskell.
    
    Longer term it would be nice to allow a more general model for the Monad
    than GHCiSandboxIO but delaying this for the moment.
    eecd7c98