This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lang racket | |
#| | |
variation of the cps transformation described by Danvy & Nielsen | |
http://www.brics.dk/RS/01/49/BRICS-RS-01-49.pdf | |
this version doesn't depend on a free variable "k" | |
and differentiates source lambdas and those introduced by the transformation | |
|# | |
(define (aexp? e) |