aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/ir1.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-08-05 21:04:49 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-08-05 21:04:49 -0700
commit83a18a658ac925b589d36e37ae150ec986d5eba8 (patch)
treeecea56f73087903aae129bf5b88f8bf2acac6a49 /lib/csc/ir1.csc
parentc458c02f3cbf24770a18e4e0e3ee2854b7bc0377 (diff)
downloadchromatopelma-83a18a658ac925b589d36e37ae150ec986d5eba8.tar.zst
Add more of the standard library.
Diffstat (limited to 'lib/csc/ir1.csc')
-rw-r--r--lib/csc/ir1.csc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/csc/ir1.csc b/lib/csc/ir1.csc
index efcd22f..a39c07d 100644
--- a/lib/csc/ir1.csc
+++ b/lib/csc/ir1.csc
@@ -171,6 +171,7 @@
; - int<?: int * int -> bool
; - call-with-current-continuation: proc -> result
; - call-with-values: producer * consumer -> result
+ ; - apply: proc * args -> result
(define-match-record-type <call-builtin>
(make-call-builtin operation arguments)
call-builtin?