diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-02-24 15:58:09 -0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-02-26 16:03:13 -0800 |
commit | 9603de6ac7a75ea7c620ce05e3c5f500bcaf5dd6 (patch) | |
tree | 1cf0815d3daed8c806604d8ffabd09239d087b29 /testsuite/tests/backpack/should_fail/bkpfail27.stderr | |
parent | 5c95e6b7c2790c192720ba5a533d6d11fad570f8 (diff) | |
download | haskell-9603de6ac7a75ea7c620ce05e3c5f500bcaf5dd6.tar.gz |
Treat all TyCon with hole names as skolem abstract.
Summary:
Fixes #13335.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Test Plan: validate
Reviewers: goldfire, austin, simonpj, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D3211
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail27.stderr')
-rw-r--r-- | testsuite/tests/backpack/should_fail/bkpfail27.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail27.stderr b/testsuite/tests/backpack/should_fail/bkpfail27.stderr index 3d1446a77d..dfadb40773 100644 --- a/testsuite/tests/backpack/should_fail/bkpfail27.stderr +++ b/testsuite/tests/backpack/should_fail/bkpfail27.stderr @@ -14,6 +14,6 @@ bkpfail27.bkp:15:9: error: ⢠Type constructor âTâ has conflicting definitions in the module and its hsig file Main module: type T = F - Hsig file: {- skolem -} data T + Hsig file: data T Illegal type family application in implementation of abstract data. ⢠while checking that q:H implements signature H in p[H=q:H] |