aboutsummaryrefslogtreecommitdiff
path: root/haskell
diff options
context:
space:
mode:
authorCamil Staps2021-05-20 17:18:00 +0200
committerCamil Staps2021-05-20 17:18:00 +0200
commit22b499471531ba49e7523dce8fac282bfbdd8cf5 (patch)
treecff2f2df6993315764dc99fb81fb4e5c6501ce38 /haskell
parentUpdate vim-clean plugin URL (diff)
Cleanup .ghci
Diffstat (limited to 'haskell')
-rw-r--r--haskell/.ghci11
1 files changed, 0 insertions, 11 deletions
diff --git a/haskell/.ghci b/haskell/.ghci
index 49d625a..87436eb 100644
--- a/haskell/.ghci
+++ b/haskell/.ghci
@@ -3,15 +3,4 @@
:set -Wall -fno-warn-name-shadowing -fno-warn-type-defaults
:set editor vim
-import qualified IPPrint
-import qualified Language.Haskell.HsColour as HsColour
-import qualified Language.Haskell.HsColour.Colourise as HsColour
-import qualified Language.Haskell.HsColour.Output as HsColour
-
-let myColourPrefs = HsColour.defaultColourPrefs { HsColour.conid = [HsColour.Foreground HsColour.Yellow, HsColour.Bold], HsColour.conop = [HsColour.Foreground HsColour.Yellow], HsColour.string = [HsColour.Foreground HsColour.Green], HsColour.char = [HsColour.Foreground HsColour.Cyan], HsColour.number = [HsColour.Foreground HsColour.Red, HsColour.Bold], HsColour.layout = [HsColour.Foreground HsColour.White], HsColour.keyglyph = [HsColour.Foreground HsColour.White] }
-
:set prompt "λ. "
-
-:def hoogle \str -> return $ ":! hoogle --count=15 \"" ++ str ++ "\""
-
-:def pf \str -> return $ ":! pointfree \"" ++ str ++ "\""