ligo/src/test/contracts/map.mligo

6 lines
123 B
Plaintext
Raw Normal View History

2019-09-24 15:54:34 +04:00
type foobar = (int , int) map
let foobar : foobar = Map.empty
let foobarz : foobar = Map.literal [ (1 , 10) ; (2 , 20) ]