Playing with closures
authorPepe Iborra <mnislaih@gmail.com>
Sun, 10 Dec 2006 17:30:05 +0000 (17:30 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Sun, 10 Dec 2006 17:30:05 +0000 (17:30 +0000)
commit2c92736ea5a4aedf263a77d58c6e9b032a05b7ef
treedeacaf43717c6c35b7b6e6fcf82ff2808276282a
parentab5b8aa357c685a7c702262903bce04c66f79156
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
compiler/ghci/Linker.lhs
compiler/ghci/RtClosureInspect.hs [new file with mode: 0644]
compiler/main/GHC.hs
compiler/typecheck/TcRnDriver.lhs
compiler/typecheck/TcRnDriver.lhs-boot [new file with mode: 0644]