summaryrefslogtreecommitdiff
path: root/archive/.ghci
diff options
context:
space:
mode:
Diffstat (limited to 'archive/.ghci')
-rw-r--r--archive/.ghci8
1 files changed, 8 insertions, 0 deletions
diff --git a/archive/.ghci b/archive/.ghci
new file mode 100644
index 00000000..2b7f381c
--- /dev/null
+++ b/archive/.ghci
@@ -0,0 +1,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)