summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail27.stderr
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2017-02-24 15:58:09 -0800
committerEdward Z. Yang <ezyang@cs.stanford.edu>2017-02-26 16:03:13 -0800
commit9603de6ac7a75ea7c620ce05e3c5f500bcaf5dd6 (patch)
tree1cf0815d3daed8c806604d8ffabd09239d087b29 /testsuite/tests/backpack/should_fail/bkpfail27.stderr
parent5c95e6b7c2790c192720ba5a533d6d11fad570f8 (diff)
downloadhaskell-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.stderr2
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]