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
Note: If you forget to add a module declaration, Elm will use this one instead:
module Main exposing (..)
This makes things easier for beginners working in just one file. They should not be confronted with the module system on their first day!
When the Hello World snippet is copied/pasted in Ellie, the latter complains about the missing first line "
module Main exposing (..)
".Should be fixed ?
The text was updated successfully, but these errors were encountered: