Files
kraken/working_files/damas_hindley_milner_test.kp

3 lines
102 B
Plaintext
Raw Permalink Normal View History

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