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