lean4-htt/tests/lean/run/prv.lean
2020-10-25 09:16:38 -07:00

7 lines
60 B
Text

private def x := 10
#check _root_.x
#check x
#eval x + 1