ushalow
[clean-tests.git] / old / json-eq-string / test.icl
1 module test
2
3 from Text.GenJSON import generic JSONEncode, generic JSONDecode, :: JSONNode
4 from Data.Maybe import :: Maybe
5
6 :: T = T String
7
8 derive JSONEncode T
9 derive JSONDecode T
10
11 Start = 42