[GHC] #11229: splitLHsForAllTy not exported from HsTypes

#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

#11229: splitLHsForAllTy not exported from HsTypes -------------------------------------+------------------------------------- Reporter: literon | Owner: Type: feature request | Status: closed Priority: normal | Milestone: 8.0.1 Component: GHC API | Version: 7.10.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => fixed * milestone: => 8.0.1 Comment: splitLHsInstDeclTy_maybe doesn't exist anymore. compiler/hsSyn/HsTypes.hs does export `splitLHsForAllTy`. Change was made in 1e041b7382b6aa329e4ad9625439f811e0f27232. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11229#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC