janwirth / elm-coder-generator

Generate encoders and decoders for elm/json
MIT License
12 stars 1 forks source link

No brackets created #6

Open janwirth opened 4 years ago

janwirth commented 4 years ago
type alias Actions = Spec.Element.Id.Dict (List Action)

decodeActions =
   Spec.Element.Id.decodeDict Decode.list decodeAction

encodeActions a =
   Spec.Element.Id.encodeDict Encode.list encodeAction a