3 lines
80 B
Plaintext
3 lines
80 B
Plaintext
#lang (with_import "./types.kp" stlc) stlc_start_symbol
|
|
(\ x : int . (+ x 1) 2)
|