Missing ')' after argument list
Closed this issue · 1 comments
k-bx commented
Weird error after trying to compile an example from https://raw.githubusercontent.com/mdgriffith/elm-style-animation/master/examples/SimpleFadeIn.elm
tbash commented
This is due to Ellie compiling with --debug
and is a known issue of the compiler in certain situations, this being one of them.
An issue exists for the compiler here: elm/compiler#1851
Another exists for a suggested temporary solution for elm-style-animation: mdgriffith/elm-style-animation#67.
Duplicate of #67