Skip to content

Commit cce79a0

Browse files
committed
Updated the .ghci prompt and options
To be similar to haskell-cli
1 parent 3bc623a commit cce79a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ghci

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
:set prompt ">> "
1+
:set prompt "λ> "
22
:set -Wall
3+
:set -XOverloadedStrings
4+
:set -XScopedTypeVariables

0 commit comments

Comments
 (0)