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

4 lines
47 B
Text

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