diff options
| author | miguelvoid <51422047+miguelvoid@users.noreply.github.com> | 2019-06-12 17:20:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-12 17:20:49 +0200 |
| commit | 60b7d5b69ab504e350223842bace9257d1cfd946 (patch) | |
| tree | e60099fb6d838da1a0d5dd26f584f9d3456a7bab /ghc/.ghci | |
| parent | 5f6d0202ec3250d1fce06f63d7a087e435c0d74c (diff) | |
Update .ghci
Diffstat (limited to 'ghc/.ghci')
| -rw-r--r-- | ghc/.ghci | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -- :set prompt "\ESC[34mλ> \ESC[m" -- :set prompt "%s λ>" -:set prompt "\ESC[0;36m\STX%s\n\ESC[0;34m\STXλ> \ESC[m\STX" -:module +Data.List -:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\"" +-- :set prompt "\ESC[0;36m\STX%s\n\ESC[0;34m\STXλ> \ESC[m\STX" +-- :module +Data.List +-- :def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\"" |
