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

4 lines
47 B
Text

structure point :=
(x y : nat)
#check point.x