Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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