diff options
author | Camil Staps | 2016-11-30 18:56:59 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:45 +0100 |
commit | 9fa508889c4bf34eddb9ba4c18e207463c41d348 (patch) | |
tree | 35a194771cfb0e018d620259deb948421631069d /haskell | |
parent | Vim settings for blackboard files (diff) |
Added pointfree command for ghci
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/ghci.symlink | 2 |
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 ++ "\"" |