mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15: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:self-rec-call?
|
||||
adbv:set-self-rec-call!
|
||||
with-var
|
||||
;; Analyze functions
|
||||
adb:make-fnc
|
||||
%adb:make-fnc
|
||||
|
@ -79,6 +80,7 @@
|
|||
adbf:unused-params adbf:set-unused-params!
|
||||
adbf:side-effects adbf:set-side-effects!
|
||||
adbf:well-known adbf:set-well-known!
|
||||
with-fnc
|
||||
)
|
||||
(begin
|
||||
;; The following two defines allow non-CPS functions to still be considered
|
||||
|
|
Loading…
Add table
Reference in a new issue