diff options
Diffstat (limited to 'lib/csc/ir1.csc')
| -rw-r--r-- | lib/csc/ir1.csc | 1 |
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? |
