lean4-htt/old_tests/tests/lean/let_elim_issue.lean
2018-04-10 12:56:55 -07:00

9 lines
125 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