lean2/tests/lean/run/record8.lean

6 lines
66 B
Text

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