summaryrefslogtreecommitdiff
path: root/ghci.conf
diff options
context:
space:
mode:
authortslil clingman <>2019-09-11 19:18:14 -0400
committertslil clingman <>2019-09-11 19:18:14 -0400
commitac1a4884d03fc0495c773500d8a13f84b695fa43 (patch)
tree29e5ec49e0ce957d80d8f11a155b47840c74f488 /ghci.conf
Init
Diffstat (limited to 'ghci.conf')
-rw-r--r--ghci.conf6
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