patch applied (ghc): Fix #839 (Generate documentation for built-in types and primitve operations)

Simon Marlow simonmar at microsoft.com
Wed Feb 28 11:35:26 EST 2007


Wed Feb 28 08:34:42 PST 2007  Simon Marlow <simonmar at microsoft.com>
  * Fix #839 (Generate documentation for built-in types and primitve operations)
  
  This patch was originally by dinko.tenev at gmail.com, but I re-recorded
  it in order to add a better log message.
  
  The effect of this patch is to add entries for primitive types in the
  documentation: Int#, Char#, etc. and to document the built-in
  identifiers (seq, lazy, inline, unsafeCoerce#).

    M ./compiler/prelude/primops.txt.pp -50 +184
    M ./utils/genprimopcode/Main.hs -25 +67



More information about the Cvs-ghc mailing list