summaryrefslogtreecommitdiff
path: root/ghci.conf
blob: f98243ab12a5279e3121cbf6ca061a26b3061591 (plain)
1
2
3
4
5
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