[GHC] #9076: GHC.Exts docs don't contain all primops
GHC
ghc-devs at haskell.org
Sun May 4 09:03:22 UTC 2014
#9076: GHC.Exts docs don't contain all primops
------------------------------------+-------------------------------------
Reporter: tibbe | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Documentation | Version: 7.8.2
Keywords: | Operating System: Unknown/Multiple
Architecture: Unknown/Multiple | Type of failure: None/Unknown
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
------------------------------------+-------------------------------------
I would expect the docs for `GHC.Exts`:
https://www.haskell.org/ghc/docs/7.8.2/html/libraries/base-4.7.0.0/GHC-
Exts.html
to contain all the primops from `GHC.Prim`:
http://hackage.haskell.org/package/ghc-prim-0.3.1.0/docs/GHC-Prim.html
as `GHC.Exts` is the recommended module to import the primops from.
However, `GHC.Exts` are missing loads of the primops.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9076>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list