[GHC] #15765: Make the "extract" functions in RnTypes pure
GHC
ghc-devs at haskell.org
Wed Oct 17 16:43:00 UTC 2018
#15765: Make the "extract" functions in RnTypes pure
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner: (none)
Type: task | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.1
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:
-------------------------------------+-------------------------------------
Once upon a time, the `extract` functions at the bottom of RnTypes were
pure. Then, along came `-XTypeInType`, which needed to do a check in these
functions for users mixing type variables with kind variables. Now,
however, with `-XTypeInType` gone again, we no longer do this check. Thus,
there is no reason to keep these functions monadic.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15765>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list