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
I believe the viewBox : Int -> Int -> Int -> Int -> Attribute msg type signature would be more intutive than viewBox : String -> Attribute msg.
Html.Attributes has adaptations like this, such as Html.Attributes.spellcheck, which uses the Bool -> Attribute msm signature instead of the traditional String -> Attribute msg.
The text was updated successfully, but these errors were encountered:
I believe the
viewBox : Int -> Int -> Int -> Int -> Attribute msg
type signature would be more intutive thanviewBox : String -> Attribute msg
.Html.Attributes
has adaptations like this, such asHtml.Attributes.spellcheck
, which uses theBool -> Attribute msm
signature instead of the traditionalString -> Attribute msg
.The text was updated successfully, but these errors were encountered: