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
In the Main.elm file at line 88 there is a type alias for Person that is not used. Was the following uses of "{ name : String, age : Int }" ment to be replaced with the type alias or was the type alias itended to be deleted?
The text was updated successfully, but these errors were encountered:
Ah, we debated whether or not to use the alias in the type annotations for the functions in that section, and I think we decided not to use it for now. So yeah, I think it could be removed.
In the Main.elm file at line 88 there is a type alias for Person that is not used. Was the following uses of "{ name : String, age : Int }" ment to be replaced with the type alias or was the type alias itended to be deleted?
The text was updated successfully, but these errors were encountered: