Files
kraken/types_test.kp

3 lines
102 B
Plaintext

#lang (with_import "./types.kp" stlc) stlc_start_symbol
let id = \ x . x in ((id println) (id "woo"))