diff options
Diffstat (limited to 'testsuite/tests/gadt/T3169.stderr')
-rw-r--r-- | testsuite/tests/gadt/T3169.stderr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/gadt/T3169.stderr b/testsuite/tests/gadt/T3169.stderr new file mode 100644 index 0000000000..100077066c --- /dev/null +++ b/testsuite/tests/gadt/T3169.stderr @@ -0,0 +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) |