[GHC] #15935: TYPE is not generated by genprimops
GHC
ghc-devs at haskell.org
Wed Nov 28 23:32:53 UTC 2018
#15935: TYPE is not generated by genprimops
-------------------------------------+-------------------------------------
Reporter: davide | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Core Libraries | Version: 8.6.2
Resolution: | Keywords: GHC.Magic
| TYPE haddock GHC.Prim genprimops
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by harpocrates):
I may be missing something, but I think that all `TYPE` needs is a
`primtype` declaration somewhere in `primops.txt`:
{{{
primtype TYPE r
{Some Haddock documentation about TYPE}
}}}
The `realWorld#` issue is tougher though.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15935#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list