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
Top-level value `main` does not have a type annotation. - I inferred the type annotation so you can copy it into your code:
main : Program Never Model Msg
~~~
main
~~~
--Function in this file (no type signature)
If I insert the suggestion main : Program Never Model Msg the warning is gone. But I don't understand what I'm doing here ...
The text was updated successfully, but these errors were encountered:
I get the following warning within VS Code:
If I insert the suggestion
main : Program Never Model Msg
the warning is gone. But I don't understand what I'm doing here ...The text was updated successfully, but these errors were encountered: