[GHC] #16290: Export `noinline` function from `GHC.Exts`
GHC
ghc-devs at haskell.org
Tue Feb 5 22:42:21 UTC 2019
#16290: Export `noinline` function from `GHC.Exts`
-------------------------------------+-------------------------------------
Reporter: Ptharien's | Owner: (none)
Flame |
Type: feature | Status: new
request |
Priority: normal | Milestone:
Component: | Version: 8.6.3
libraries/base |
Keywords: noinline | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The other `id`s-with-special-behavior `inline`, `lazy`, and `oneShot` that
are declared in `GHC.Magic` are re-exported from `GHC.Exts` (and thus made
user-accessible), but `noinline` isn’t. This seems like an oversight.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16290>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list