ellie-app/ellie

Missing ')' after argument list

Closed this issue · 1 comments

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