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
The type annotation for `f` does not match its definition.
4| f : F a -> a
^^^^^^^^
The type annotation is saying:
F b -> b
But I am inferring that the definition has this type:
F b -> b
The text was updated successfully, but these errors were encountered:
On http://elm-lang.org/try, the following program:
gives this error:
The text was updated successfully, but these errors were encountered: