summaryrefslogtreecommitdiff
path: root/.ghci
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-14 20:22:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-14 20:22:40 -0700
commitd1ecf28bcbd3757a4de7739cbdb55d5eb3ec1f2e (patch)
treeec54cac5f2f36d992180fa9796d9e95d57c4aa39 /.ghci
parent45a45cda146d678ac14638c84ce7b8d74fae3318 (diff)
downloaddotfiles-d1ecf28bcbd3757a4de7739cbdb55d5eb3ec1f2e.tar.gz
simplify .ghci
Diffstat (limited to '.ghci')
-rw-r--r--.ghci4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ghci b/.ghci
index 5268317c..2b7f381c 100644
--- a/.ghci
+++ b/.ghci
@@ -4,5 +4,5 @@
-- 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)
+-- -- after install haskell-docs, can now type :doc function to get docs on a function
+-- :def doc \input -> return (":!haskell-docs " ++ input)