git.haskell.org
/
ghc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Introduce GHC.TypeNats module, change KnownNat evidence to be Natural
[ghc.git]
/
testsuite
/
tests
/
typecheck
/
should_fail
/
T3613.stderr
diff --git
a/testsuite/tests/typecheck/should_fail/T3613.stderr
b/testsuite/tests/typecheck/should_fail/T3613.stderr
index
6d3c703
..
a221a95
100644
(file)
--- a/
testsuite/tests/typecheck/should_fail/T3613.stderr
+++ b/
testsuite/tests/typecheck/should_fail/T3613.stderr
@@
-14,9
+14,9
@@
T3613.hs:17:24: error:
Actual type: IO ()
• In a stmt of a 'do' block: bar
In the first argument of ‘fooThen’, namely
- ‘(do
{ bar;
-
undefined }
)’
+ ‘(do
bar
+
undefined
)’
In the expression:
fooThen
- (do
{ bar;
-
undefined }
)
+ (do
bar
+
undefined
)