summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail23.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/bkpfail23.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/bkpfail23.stderr')
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail23.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail23.stderr b/testsuite/tests/backpack/should_fail/bkpfail23.stderr
index de4026ad6a..00a19e2001 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail23.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail23.stderr
@@ -15,7 +15,7 @@ bkpfail23.bkp:14:9: error:
and its hsig file
Main module: type F a = ()
Hsig file: type role F phantom
- {- skolem -} data F a
+ data F a
Illegal parameterized type synonym in implementation of abstract data.
(Try eta reducing your type synonym so that it is nullary.)
• while checking that h:H implements signature H in p[H=h:H]