diff options
Diffstat (limited to 'ghci.conf')
| -rw-r--r-- | ghci.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ghci.conf b/ghci.conf new file mode 100644 index 0000000..f98243a --- /dev/null +++ b/ghci.conf @@ -0,0 +1,6 @@ +-- :set -Wall +:set prompt "λ> " +:m Data.Functor Control.Applicative Data.List Control.Monad Data.Maybe Control.Arrow +:set -XGADTs -XArrows -XUnicodeSyntax +:def hoogle \s -> return $ ":! hoogle --count=15 " ++ show s +:def pf \s -> return $ ":! pointfree " ++ show s |
