diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-02-19 20:52:07 +0100 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-02-19 20:52:07 +0100 |
| commit | 8b6235ae55b9ce1f37a21876ab646266cda8cec7 (patch) | |
| tree | d350240f67790c7ab35bdef8b7af5eb1c80f06ea /src/Ghci.hs | |
| parent | ab1be46f46c20c17705898ba8bffa36ef13bc7e5 (diff) | |
Diffstat (limited to 'src/Ghci.hs')
| -rw-r--r-- | src/Ghci.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Ghci.hs b/src/Ghci.hs index 3d7fd53..4c6dca1 100644 --- a/src/Ghci.hs +++ b/src/Ghci.hs @@ -89,6 +89,7 @@ runStmtClever ghci pset line = ('!':_) : _ -> return (ghci, Ignored) cmd : "prompt" : _ | "set" `startsWith` cmd -> return (ghci, Ignored) + | "unset" `startsWith` cmd -> return (ghci, Ignored) cmd : _ | "def" `startsWith` cmd -> return (ghci, Ignored) | "cd" `startsWith` cmd -> return (ghci, Ignored) -- useless in irc |
