> Elm has a rule that any definition must be de...
# general
a
Elm has a rule that any definition must be defined on a fresh line. It cannot have any spaces in front of it. One benefit of this rule is that the compiler can always pinpoint the particular definition that contains a syntax error. No more errors at the end of the file!