diff options
author | Richard Eisenberg <eir@cis.upenn.edu> | 2014-06-10 15:33:18 -0400 |
---|---|---|
committer | Richard Eisenberg <eir@cis.upenn.edu> | 2014-06-11 09:27:42 -0400 |
commit | e79e2c3996181a1179cf4a1357981f4ed9759203 (patch) | |
tree | 0635f23eccf6b2ac7558622734c0258d12b72f3c /testsuite/tests/roles | |
parent | 6a1d7f9736098d47463a71323d28ece792a59e52 (diff) | |
download | haskell-e79e2c3996181a1179cf4a1357981f4ed9759203.tar.gz |
Fix #9062.
Removed (pprEqPred (coercionKind co)) in favor of
(pprType (coercionType co)).
Also had to make "~R#" a *symbolic* identifier and BuiltInSyntax
to squelch prefix notation and module prefixes in output. These
changes are both sensible independent of #9062.
Diffstat (limited to 'testsuite/tests/roles')
-rw-r--r-- | testsuite/tests/roles/should_compile/Roles13.stderr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/roles/should_compile/Roles13.stderr b/testsuite/tests/roles/should_compile/Roles13.stderr index 647e59ba51..b0dda24f2c 100644 --- a/testsuite/tests/roles/should_compile/Roles13.stderr +++ b/testsuite/tests/roles/should_compile/Roles13.stderr @@ -13,8 +13,7 @@ Roles13.convert = `cast` (<Roles13.Wrap Roles13.Age>_R -> Roles13.NTCo:Wrap[0] Roles13.NTCo:Age[0] :: (Roles13.Wrap Roles13.Age -> Roles13.Wrap Roles13.Age) - ~# - (Roles13.Wrap Roles13.Age -> GHC.Types.Int)) + ~R# (Roles13.Wrap Roles13.Age -> GHC.Types.Int)) |