diff options
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail23.stderr')
-rw-r--r-- | testsuite/tests/backpack/should_fail/bkpfail23.stderr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail23.stderr b/testsuite/tests/backpack/should_fail/bkpfail23.stderr index 00a19e2001..6a2eb8ce1e 100644 --- a/testsuite/tests/backpack/should_fail/bkpfail23.stderr +++ b/testsuite/tests/backpack/should_fail/bkpfail23.stderr @@ -13,8 +13,10 @@ bkpfail23.bkp:14:9: error: ⢠Type constructor âFâ has conflicting definitions in the module and its hsig file - Main module: type F a = () + Main module: type F :: * -> * + type F a = () Hsig file: type role F phantom + type F :: * -> * data F a Illegal parameterized type synonym in implementation of abstract data. (Try eta reducing your type synonym so that it is nullary.) |