Two new prim ops to access the Info Table and Payload of a closure:
authorPepe Iborra <mnislaih@gmail.com>
Sat, 9 Dec 2006 17:38:23 +0000 (17:38 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Sat, 9 Dec 2006 17:38:23 +0000 (17:38 +0000)
- infoPtr# :: a -> Addr#
- closurePayload# :: a -> (# Array b, ByteArr# #)

These prim ops provide the magic behind the ':print' command


No differences found