All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elm.modelTypeCustom.mustache Maven / Gradle / Ivy

{{>customType}}


{{>customTypeDecoder}}


{{>customTypeEncoder}}


toString : {{classname}} -> String
toString model =
    case model of
{{#allowableValues}}
{{#enumVars}}
        {{name}} ->
            {{{value}}}

{{/enumVars}}
{{/allowableValues}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy