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)
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


No differences found