diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-07-10 16:25:27 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-07-10 16:25:27 +0100 |
commit | c0b66697cafb42390d5eebb1d3d63a2e3fc0110c (patch) | |
tree | cbaf29cd63ed5cebb9bbe3473958a635a8486c16 /testsuite/tests/polykinds/T5716a.stderr | |
parent | 488f34cf98f8d147ca4f9292925f0337d2ee2332 (diff) | |
download | haskell-c0b66697cafb42390d5eebb1d3d63a2e3fc0110c.tar.gz |
Accept error wibbles
Diffstat (limited to 'testsuite/tests/polykinds/T5716a.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T5716a.stderr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/polykinds/T5716a.stderr b/testsuite/tests/polykinds/T5716a.stderr index 146bce5f92..4b10729cdd 100644 --- a/testsuite/tests/polykinds/T5716a.stderr +++ b/testsuite/tests/polykinds/T5716a.stderr @@ -1,7 +1,7 @@ - -T5716a.hs:10:27: - You can't use data constructor `Bar' here - (it comes from a data family instance) - In the type `Bar a' - In the definition of data constructor `Bar' - In the data instance declaration for `DF' +
+T5716a.hs:10:27:
+ Data constructor `Bar' cannot be used here
+ (it comes from a data family instance)
+ In the type `Bar a'
+ In the definition of data constructor `Bar'
+ In the data instance declaration for `DF'
|