summaryrefslogtreecommitdiff
path: root/.ghci
blob: 2b7f381c46f941d0b2f9c55e366c7d668c50f655 (plain)
1
2
3
4
5
6
7
8
-- for use with ghci-ng
-- :set +c

-- set the prompt
:set prompt "ghci> "

-- -- after install haskell-docs, can now type :doc function to get docs on a function
-- :def doc \input -> return (":!haskell-docs " ++ input)