From 83a18a658ac925b589d36e37ae150ec986d5eba8 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 5 Aug 2022 21:04:49 -0700 Subject: Add more of the standard library. --- lib/csc/ir1.csc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/csc/ir1.csc') 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 bool ; - call-with-current-continuation: proc -> result ; - call-with-values: producer * consumer -> result + ; - apply: proc * args -> result (define-match-record-type (make-call-builtin operation arguments) call-builtin? -- cgit v1.3.1