git.wincent.com
/
docvim.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eac6a12
)
Defer type errors in REPL
author
Greg Hurrell <greg@hurrell.net>
Thu, 16 Jun 2016 14:48:46 +0000
(07:48 -0700)
committer
Greg Hurrell <greg@hurrell.net>
Thu, 16 Jun 2016 14:48:46 +0000
(07:48 -0700)
- https://www.reddit.com/r/haskell/comments/4np0l2/a_ghci_annoyance_wondering_if_anyones_else_also/
- https://downloads.haskell.org/~ghc/7.8.2/docs/html/users_guide/defer-type-errors.html
bin/repl
patch
|
blob
|
history
diff --git
a/bin/repl
b/bin/repl
index 17def5b091ee248968c1d7f744350569e4086ad1..c4aaa94ce51d611f773f2f9cc166de1669292e0b 100755
(executable)
--- a/
bin/repl
+++ b/
bin/repl
@@
-1,3
+1,3
@@
#!/bin/sh
-stack repl
+stack repl
--ghci-options -fdefer-type-errors