[GHC] #11229: splitLHsForAllTy not exported from HsTypes
GHC
ghc-devs at haskell.org
Tue Dec 15 13:09:05 UTC 2015
#11229: splitLHsForAllTy not exported from HsTypes
-------------------------------------+-------------------------------------
Reporter: literon | Owner:
Type: feature | Status: new
request |
Priority: normal | Milestone:
Component: GHC API | Version: 7.10.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Currently if one wants to get the contextless instance declaration type,
needs to call splitLHsInstDeclTy_maybe, then undo some of the splitting it
did.
If splitLHsForAllTy were exported, it could be used directly.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11229>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list