diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-08-16 19:00:04 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-08-16 19:00:04 +0200 |
| commit | 9bd34a0dabcf7bf649f2c3c94c354301b5b5eb54 (patch) | |
| tree | 387db2319b01be385044c9d607bb4dc8a59f62ce /src/Ghci.hs | |
| parent | 480cbcd7749f412a7766416b9cb3694ac4ed0fb7 (diff) | |
Allow :!
Diffstat (limited to 'src/Ghci.hs')
| -rw-r--r-- | src/Ghci.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Ghci.hs b/src/Ghci.hs index 04b3f4a..ce8009b 100644 --- a/src/Ghci.hs +++ b/src/Ghci.hs @@ -89,7 +89,6 @@ runStmtClever :: Ghci -> ParseSettings -> String -> IO (Ghci, Result String) runStmtClever ghci pset line = case dropWhile isSpace line of ':' : line1 -> case words (map toLower (dropWhile isSpace line1)) of - ('!':_) : _ -> return (ghci, Ignored) cmd : "prompt" : _ | "set" `startsWith` cmd -> return (ghci, Ignored) | "unset" `startsWith` cmd -> return (ghci, Ignored) |
