Files
kraken/types_test.kp

3 lines
80 B
Plaintext
Raw Normal View History

#lang (with_import "./types.kp" stlc) stlc_start_symbol
2021-01-18 19:06:28 -05:00
(\ x : int . (+ x 1) 2)