4 lines
47 B
Text
4 lines
47 B
Text
structure point :=
|
|
(x y : nat)
|
|
|
|
#check point.x
|
structure point :=
|
|
(x y : nat)
|
|
|
|
#check point.x
|