3 lines
61 B
Text
3 lines
61 B
Text
|
type p = { x : int, y : int }
|
||
|
|
||
|
let x : p = { x = 0, y = 1 }<>
|