cps-interpreter/test/programs/add-1-3.cps

2 lines
64 B
Plaintext
Raw Normal View History

2024-02-23 19:27:16 -05:00
PRIMOP(+, [INT 1, INT 2], [u],
[APP(LABEL identity, [VAR u])])