#3407: GHC.Prim documentation should mention GHC.Exts!
---------------------------------+------------------------------------------
    Reporter:  RyanN             |        Owner:                  
        Type:  bug               |       Status:  new             
    Priority:  normal            |    Milestone:                  
   Component:  Documentation     |      Version:  6.10.4          
    Severity:  normal            |   Resolution:                  
    Keywords:                    |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Changes (by simonpj):

  * difficulty:  => Unknown

Comment:

 Another oddity. The documentation for GHC.Exts, in its Synopsis, says:
 {{{
 Int (I#)
 data Word = W# Word#
 Float (F#)
 Double (D#)
 Char (C#)
 }}}
 Note the absence of `data` for `Int`, `Float` etc. This must be wrong.

 Also, we should add a pointer to GHC.Exts in the Overview for GHC.Prim and
 GHC.Types.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3407#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to