I have this
{ a |
b = { a.b |
c =
Utils.newC
a.b.c
}
}
But the compiler just says "no" :
-- SYNTAX PROBLEM ----------------------------------------------------- Main.elm
I ran into something unexpected when parsing your code!
43| b = { a.b |
^
I am looking for one of the following things:
"'"
"|"
an equals sign '='
more letters in this name
whitespace
I don't know what to do now. How to get a
with c
property of b
changed to a new value?