Skip to content

Instantly share code, notes, and snippets.

@rnagasam
Created June 13, 2018 03:43
Show Gist options
  • Save rnagasam/a56e065d4dc78400620fdba83dd8d19b to your computer and use it in GitHub Desktop.
Save rnagasam/a56e065d4dc78400620fdba83dd8d19b to your computer and use it in GitHub Desktop.
GHCi configuration
:set prompt "\ESC[1;34m%s\n\ESC[0;34mλ: \ESC[m"
:def hoogle \s -> return $ ":!hoogle --count=15 \"" ++ s ++ "\""
:def doc \s -> return $ ":!haskell-docs " ++ s
:set -XOverloadedStrings
:set -XFlexibleContexts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment