summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T3540.stderr
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.uu.nl>2011-11-21 10:50:35 +0000
committerJose Pedro Magalhaes <jpm@cs.uu.nl>2011-11-21 14:57:56 +0000
commit42967bc491d5d8bdc625d20243f1b90efa3bdd65 (patch)
tree6296b13836c0e3ce27b380645c420aa101fa12b6 /testsuite/tests/typecheck/should_fail/T3540.stderr
parent6f9490423393ec97c5fad4862c6d97f5ec92452d (diff)
downloadhaskell-42967bc491d5d8bdc625d20243f1b90efa3bdd65.tar.gz
Update outputs after renaming the ? and ?? kinds
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T3540.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T3540.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T3540.stderr b/testsuite/tests/typecheck/should_fail/T3540.stderr
index fb711cd5a1..e61109c224 100644
--- a/testsuite/tests/typecheck/should_fail/T3540.stderr
+++ b/testsuite/tests/typecheck/should_fail/T3540.stderr
@@ -1,25 +1,25 @@
T3540.hs:4:12:
Predicate `a ~ Int' used as a type
- Expected kind `??', but `a ~ Int' has kind `Constraint'
+ Expected kind `ArgKind', but `a ~ Int' has kind `Constraint'
In the type signature for `thing': thing :: a ~ Int
T3540.hs:7:20:
Predicate `a ~ Int' used as a type
- Expected kind `?', but `a ~ Int' has kind `Constraint'
+ Expected kind `OpenKind', but `a ~ Int' has kind `Constraint'
In the type signature for `thing1': thing1 :: Int -> (a ~ Int)
T3540.hs:10:13:
Predicate `a ~ Int' used as a type
- Expected kind `??', but `a ~ Int' has kind `Constraint'
+ Expected kind `ArgKind', but `a ~ Int' has kind `Constraint'
In the type signature for `thing2': thing2 :: (a ~ Int) -> Int
T3540.hs:13:12:
Predicate `?dude :: Int' used as a type
- Expected kind `??', but `?dude :: Int' has kind `Constraint'
+ Expected kind `ArgKind', but `?dude :: Int' has kind `Constraint'
In the type signature for `thing3': thing3 :: (?dude :: Int) -> Int
T3540.hs:16:11:
Predicate `Eq a' used as a type
- Expected kind `??', but `Eq a' has kind `Constraint'
+ Expected kind `ArgKind', but `Eq a' has kind `Constraint'
In the type signature for `thing4': thing4 :: (Eq a) -> Int