[GHC] #10897: Incorrect ASSERT for buildPatSyn
GHC
ghc-devs at haskell.org
Wed Sep 23 17:42:15 UTC 2015
#10897: Incorrect ASSERT for buildPatSyn
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner: cactus
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler (Type | Version: 7.11
checker) | Keywords:
Resolution: | PatternSynonyms
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by cactus):
Hmm, it's starting to come back -- all those `ifPat*` type fields of
`IfacePatSyn` are needed so that we can implement `pprIfaceDecl` and
`freeNamesIfDecl` without the ability to turn the `IfExtName` of
`ifPatMatcher` into a proper `Id`. That suggests we should look into it a
bit more to see if it's valid when these self-confessed redundant fields
aren't actually the same as the types recovered from the `Id` of the
matcher.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10897#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list