lean4-htt/tests/lean/interactive/stdOutput.lean
2021-05-19 13:30:54 +02:00

5 lines
68 B
Text

import Lean
elab "foo" : command => IO.println "hi"
#eval "ho"
foo