lean4-htt/tests/lean/let_elim_issue.lean
2017-03-09 18:41:19 -08:00

8 lines
124 B
Text

import system.io
open io
def tst : io unit :=
put_str "hello\n"
>> put_str "world\n"
>> put_str "from Lean\n"
#eval tst