#3407: GHC.Prim documentation should mention GHC.Exts!
-----------------------------+----------------------------------------------
Reporter:  RyanN             |          Owner:                  
    Type:  bug               |         Status:  new             
Priority:  normal            |      Component:  Documentation   
 Version:  6.10.4            |       Severity:  normal          
Keywords:                    |       Testcase:                  
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-----------------------------+----------------------------------------------
 I had a real headache while learning to use unboxed types yesterday
 because I couldn't find mention anywhere of how to *convert* between boxed
 and unboxed representations. (I.e. you unbox a single function and then
 need to call it from the larger program.)

 I read the original paper that mentions the "Int#" data constructor, and
 eventually found some code on the web with the I# constructor that's
 actually in use.  But I still had to dig before I could find what module
 it was defined in!

 Thanks.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3407>
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