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