diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-08 18:08:31 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-08 18:08:31 +0100 |
commit | 7912f8b81b4d282b72f62733cd3c34063cd739e4 (patch) | |
tree | db01d62c82ca51dd5bb54ec4f7e256502d71521d /testsuite/tests/roles | |
parent | 15b4f839f8a7b1060093395ce3cc579f19c6d7c9 (diff) | |
download | haskell-7912f8b81b4d282b72f62733cd3c34063cd739e4.tar.gz |
Error wibbles now that we print roles in :info
(We might want to revisit this.)
Diffstat (limited to 'testsuite/tests/roles')
-rw-r--r-- | testsuite/tests/roles/should_fail/Roles12.stderr | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/testsuite/tests/roles/should_fail/Roles12.stderr b/testsuite/tests/roles/should_fail/Roles12.stderr index 94f31f37f2..fd986b66fc 100644 --- a/testsuite/tests/roles/should_fail/Roles12.stderr +++ b/testsuite/tests/roles/should_fail/Roles12.stderr @@ -2,14 +2,6 @@ Roles12.hs:5:1: Type constructor âTâ has conflicting definitions in the module and its hs-boot file - Main module: data T a - No C type associated - Roles: [phantom] - RecFlag Recursive, Promotable - = - FamilyInstance: none - Boot file: abstract(False) T a - No C type associated - Roles: [representational] - RecFlag NonRecursive, Not promotable - FamilyInstance: none + Main module: type role T phantom + data T a + Boot file: data T a |