patch applied (ghc): Playing with closures
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20061216174228.GA5755__11804.8905315392$1166290970$gmane$org@cvs.haskell.org> |
Sun Dec 10 09:30:05 PST 2006 Pepe Iborra <[email protected]> * 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 M ./compiler/ghci/Linker.lhs -6 +8 A ./compiler/ghci/RtClosureInspect.hs M ./compiler/main/GHC.hs -5 +27 M ./compiler/typecheck/TcRnDriver.lhs -2 +10 A ./compiler/typecheck/TcRnDriver.lhs-boot