summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/T3169.stderr
diff options
context:
space:
mode:
authorDimitrios Vytiniotis <dimitris@microsoft.com>2011-11-16 15:52:35 +0000
committerDimitrios Vytiniotis <dimitris@microsoft.com>2011-11-16 15:52:35 +0000
commit83e84e35ab4b307381ac0d0cd15df3227496defb (patch)
treec858825df187de20157b903692bb09bfa8a5a278 /testsuite/tests/gadt/T3169.stderr
parentefb1debac24e40ad2f720d536abbd48a7bcd0904 (diff)
downloadhaskell-83e84e35ab4b307381ac0d0cd15df3227496defb.tar.gz
Error message modifications for the new constraint solver.
Diffstat (limited to 'testsuite/tests/gadt/T3169.stderr')
-rw-r--r--testsuite/tests/gadt/T3169.stderr22
1 files changed, 11 insertions, 11 deletions
diff --git a/testsuite/tests/gadt/T3169.stderr b/testsuite/tests/gadt/T3169.stderr
index 100077066c..878324caeb 100644
--- a/testsuite/tests/gadt/T3169.stderr
+++ b/testsuite/tests/gadt/T3169.stderr
@@ -1,11 +1,11 @@
-
-T3169.hs:13:13:
- Couldn't match type `elt' with `Map b elt'
- `elt' is a rigid type variable bound by
- the type signature for
- lookup :: (a, b) -> Map (a, b) elt -> Maybe elt
- at T3169.hs:12:3
- Expected type: Maybe (Map b elt)
- Actual type: Maybe elt
- In the return type of a call of `lookup'
- In the expression: lookup a m :: Maybe (Map b elt)
+
+T3169.hs:13:13:
+ Couldn't match type `elt' with `Map b elt'
+ `elt' is a rigid type variable bound by
+ the type signature for
+ lookup :: (a, b) -> Map (a, b) elt -> Maybe elt
+ at T3169.hs:12:3
+ Expected type: Maybe (Map b elt)
+ Actual type: Maybe elt
+ In the return type of a call of `lookup'
+ In the expression: lookup a m :: Maybe (Map b elt)