3 lines
70 B
Text
3 lines
70 B
Text
|
type ipair = Pair (int, int)
|
||
|
|
||
|
let a_pair_of_int : ipair = Pair<>(0, 1)
|