I get the following warning within VS Code:
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 ...