mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Export convenience functions
This commit is contained in:
parent
8eb447d11b
commit
927856ec55
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
||||||
adbv:set-direct-rec-call!
|
adbv:set-direct-rec-call!
|
||||||
adbv:self-rec-call?
|
adbv:self-rec-call?
|
||||||
adbv:set-self-rec-call!
|
adbv:set-self-rec-call!
|
||||||
|
with-var
|
||||||
;; Analyze functions
|
;; Analyze functions
|
||||||
adb:make-fnc
|
adb:make-fnc
|
||||||
%adb:make-fnc
|
%adb:make-fnc
|
||||||
|
@ -79,6 +80,7 @@
|
||||||
adbf:unused-params adbf:set-unused-params!
|
adbf:unused-params adbf:set-unused-params!
|
||||||
adbf:side-effects adbf:set-side-effects!
|
adbf:side-effects adbf:set-side-effects!
|
||||||
adbf:well-known adbf:set-well-known!
|
adbf:well-known adbf:set-well-known!
|
||||||
|
with-fnc
|
||||||
)
|
)
|
||||||
(begin
|
(begin
|
||||||
;; The following two defines allow non-CPS functions to still be considered
|
;; The following two defines allow non-CPS functions to still be considered
|
||||||
|
|
Loading…
Add table
Reference in a new issue