Files
kraken/types_test.kp
Nathan Braswell f0d3be32f6 Add lambda to stlc
2021-01-18 19:06:28 -05:00

3 lines
80 B
Plaintext

#lang (with_import "./types.kp" stlc) stlc_start_symbol
(\ x : int . (+ x 1) 2)