summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T7729a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T7729a.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T7729a.stderr5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T7729a.stderr b/testsuite/tests/indexed-types/should_fail/T7729a.stderr
index 60be4271ed..34ef48e179 100644
--- a/testsuite/tests/indexed-types/should_fail/T7729a.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T7729a.stderr
@@ -1,10 +1,9 @@
T7729a.hs:36:26: error:
• Couldn't match type: BasePrimMonad m
- with: t0 (BasePrimMonad m)
+ with: t0 m0
Expected: BasePrimMonad (Rand m) a
- Actual: t0 (BasePrimMonad m) a
- The type variable ‘t0’ is ambiguous
+ Actual: t0 m0 a
• In the first argument of ‘liftPrim’, namely ‘(lift x)’
In the expression: liftPrim (lift x)
In an equation for ‘liftPrim’: liftPrim x = liftPrim (lift x)