Elm does not accept void as a value for Maybe types
Closed this issue · 2 comments
notquiteamonad commented
Null must be passed explicitly, so the type definitions generated for Maybe
s allow the invalid void type. This should be removed.
notquiteamonad commented
Closed in a3970ce
notquiteamonad commented
Released in version 2.1.1