3 lines
73 B
Text
3 lines
73 B
Text
|
type ipair = Pair (int, int)
|
||
|
|
||
|
let a_pair_of_int : ipair = Pair<>(0, "yo")
|