From: Pepe Iborra Date: Sun, 10 Dec 2006 17:30:05 +0000 (+0000) Subject: Playing with closures X-Git-Tag: 2006-12-17~17 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2c92736ea5a4aedf263a77d58c6e9b032a05b7ef;hp=2c92736ea5a4aedf263a77d58c6e9b032a05b7ef;p=ghc-hetmet.git Playing with closures RtClosureInspect includes a bunch of stuff for playing with closures: - the datatype Closure is the low level representation type - the datatype Term is the high level representation type - cvObtainTerm is the main entry point, providing the Term representation of an arbitrary closure ---