Skip to content
Andy Gill edited this page May 14, 2015 · 6 revisions

We are adding a Black Shell to HERMIT. Rather than use the bash-style, string based, dynamically typed prompt, we can run GHCi within HERMIT.

GHCi> perform :: (Perform p) => p -> IO ()

Examples

GHCi> perform display
GHCi> perform betaRewrite
Clone this wiki locally