We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We set up the shell as a GHCi client, talking to a HERMIT server, that is a GHC plugin.
This shutdown is tricky, because GHCi is not designed to be shut down from the prompt.
:abort
This shuts down the shell and the server cleanly, without completing compilation.
The order is
abort
{"params":[],"method":"abort"}