patch applied (ghc-6.6/ghc): MERGED: Fix #839 (Generate
documentation for built-in types and primitve operations)
Ian Lynagh
igloo at earth.li
Thu Mar 1 09:13:24 EST 2007
Thu Mar 1 05:17:17 PST 2007 Ian Lynagh <igloo at earth.li>
* MERGED: Fix #839 (Generate documentation for built-in types and primitve operations)
Simon Marlow <simonmar at microsoft.com>**20070228163442
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 -47 +181
M ./utils/genprimopcode/Main.hs -46 +87
More information about the Cvs-ghc
mailing list