You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- [decgen-start]type alias A=Set.SetInttype alias Rec={set :Set.SetInt}-- [decgen-generated-start] -- DO NOT MODIFY or remove this linedecodeA =Decode.map Set.SetDecode.int
decodeRec =Decode.map
Rec(Decode.field "set" decodeSet.SetInt)encodeA (Set.Set a1)=Encode.int a1
encodeRec a =Encode.object
[("set", encodeSet.SetInt a.set)]-- [decgen-end]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: