Check for puns (see ghc#23368)
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
mentioned in issue ghc#23368 (closed)
I need to check if this affects tests. Maybe d504cd50 should be reverted?
EDIT: Done, pushed an update to the tests.
Edited by Vladislav ZavialovPushed two more fixes:
-
Tuple<n>
is no longer incorrectly shown as exported fromData.Tuple
. See CLC #182 comment-1627512533 where it caused some confusion. The old special case made it look as ifUnit
,Tuple2
,Tuple3
, etc, were exported fromData.Tuple
, but they currently aren't. -
Solo a
is no longer rendered as(a)
, so now we havegetSolo :: Solo a -> a
instead ofgetSolo :: (a) -> a
. Similar fix forMkSolo
.
@Bodigrim @Kleidukos @torsten.schmits Please review. Does the rendering of
List
andTuple<n>
adhere to the expectations now?-
@sheaf How should we merge this? Not sure how submodules interact with backports. The fix is needed in 9.6, 9.8, and HEAD.
added 5 commits
-
1022212b...1313adce - 2 commits from branch
ghc-head
- bbf1c8ae - Check for puns (see ghc#23368 (closed))
- 0550694e - Remove fake exports for (~), List, and Tuple<n>
- 5877bceb - Fix pretty-printing of Solo and MkSolo
Toggle commit list-
1022212b...1313adce - 2 commits from branch
mentioned in merge request !63
Please register or sign in to reply