From ac1a4884d03fc0495c773500d8a13f84b695fa43 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Wed, 11 Sep 2019 19:18:14 -0400 Subject: Init --- ghci.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ghci.conf (limited to 'ghci.conf') 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 -- cgit v1.2.3