summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2014-12-17 14:30:28 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2014-12-17 14:45:51 +0000
commitea22a8f721f440458554c7500686baef57da4d4d (patch)
treea1d4f0041326564b2cf17327358d1770e7886c45
parent517908fce0cdae9d0ae987fa7474ee235533c77a (diff)
downloadhaskell-ea22a8f721f440458554c7500686baef57da4d4d.tar.gz
Wibble error message
-rw-r--r--testsuite/tests/indexed-types/should_fail/T7729.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T7729.stderr b/testsuite/tests/indexed-types/should_fail/T7729.stderr
index 053d54e264..1f3d19d426 100644
--- a/testsuite/tests/indexed-types/should_fail/T7729.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T7729.stderr
@@ -1,6 +1,6 @@
T7729.hs:36:14:
- Couldn't match type ‘t0 (BasePrimMonad m)’ with ‘BasePrimMonad m’
+ Couldn't match type ‘BasePrimMonad m’ with ‘t0 (BasePrimMonad m)’
The type variable ‘t0’ is ambiguous
Expected type: t0 (BasePrimMonad m) a -> Rand m a
Actual type: BasePrimMonad (Rand m) a -> Rand m a