6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
|
type foobar = (int , int) map
|
||
|
|
||
|
let foobar : foobar = Map.empty
|
||
|
|
||
|
let foobarz : foobar = Map.literal [ (1 , 10) ; (2 , 20) ]
|