ushalow
[clean-tests.git] / jsonmap / test.icl
1 module test
2
3 import Text.GenJSON
4 from Data.Map import :: Map, newMap
5
6 Start = JSONEncode{|*|} True map
7 where
8 map :: Map Int Int
9 map = newMap