3 lines
102 B
Plaintext
3 lines
102 B
Plaintext
#lang (with_import "./types.kp" stlc) stlc_start_symbol
|
|
let id = \ x . x in ((id println) (id "woo"))
|