lean2/tests/lean/run/record8.lean

7 lines
66 B
Text
Raw Normal View History

import data.nat.basic
record point :=
(x y : nat)
check point.x