We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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