7 lines
66 B
Text
7 lines
66 B
Text
|
import data.nat.basic
|
||
|
|
||
|
record point :=
|
||
|
(x y : nat)
|
||
|
|
||
|
check point.x
|