3 lines
65 B
Text
3 lines
65 B
Text
|
type p = { x : int, y : int }
|
||
|
|
||
|
let x : p = { x = 0, y = "foo" }<>
|