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 9493fe9..3d39f10 100644
--- a/haskell/ghci.symlink
+++ b/haskell/ghci.symlink
@@ -15,3 +15,5 @@ let myPrint = putStrLn . HsColour.hscolour (HsColour.TTYg HsColour.XTerm256Compa
:set prompt "λ. "
:def hoogle \str -> return $ ":! hoogle --count=15 \"" ++ str ++ "\""
+
+:def pf \str -> return $ ":! pointfree \"" ++ str ++ "\""