mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 16:27:35 +02:00
Removed migrated functions
This commit is contained in:
parent
de8196aa80
commit
faac688f20
1 changed files with 0 additions and 3 deletions
|
@ -57,7 +57,6 @@
|
||||||
letrec->exp
|
letrec->exp
|
||||||
letrec->bound-vars
|
letrec->bound-vars
|
||||||
letrec->args
|
letrec->args
|
||||||
lambda?
|
|
||||||
lambda-varargs?
|
lambda-varargs?
|
||||||
lambda->formals
|
lambda->formals
|
||||||
lambda-varargs?
|
lambda-varargs?
|
||||||
|
@ -69,7 +68,6 @@
|
||||||
pair->list
|
pair->list
|
||||||
list->pair
|
list->pair
|
||||||
lambda->exp
|
lambda->exp
|
||||||
if?
|
|
||||||
if->condition
|
if->condition
|
||||||
if->then
|
if->then
|
||||||
if-else?
|
if-else?
|
||||||
|
@ -80,7 +78,6 @@
|
||||||
prim?
|
prim?
|
||||||
precompute-prim-app?
|
precompute-prim-app?
|
||||||
prim-call?
|
prim-call?
|
||||||
begin?
|
|
||||||
begin->exps
|
begin->exps
|
||||||
define?
|
define?
|
||||||
define-lambda?
|
define-lambda?
|
||||||
|
|
Loading…
Add table
Reference in a new issue