aboutsummaryrefslogtreecommitdiff
path: root/haskell
diff options
context:
space:
mode:
Diffstat (limited to 'haskell')
-rw-r--r--haskell/ghci.symlink2
1 files changed, 2 insertions, 0 deletions
diff --git a/haskell/ghci.symlink b/haskell/ghci.symlink
index 675f6c9..9493fe9 100644
--- a/haskell/ghci.symlink
+++ b/haskell/ghci.symlink
@@ -1,5 +1,6 @@
:set -v0
:set -XNoMonomorphismRestriction
+:set -Wall -fno-warn-name-shadowing
import qualified IPPrint
import qualified Language.Haskell.HsColour as HsColour
@@ -13,3 +14,4 @@ let myPrint = putStrLn . HsColour.hscolour (HsColour.TTYg HsColour.XTerm256Compa
:set -interactive-print=myPrint
:set prompt "λ. "
+:def hoogle \str -> return $ ":! hoogle --count=15 \"" ++ str ++ "\""