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
I think I just came across this as well. My guess is you named your benchmark module Benchmark and file Benchmark.elm, which is already the name of this package's module. Renaming to MyBenchmark worked.
I want to create a test suite for Dict/List operations.
Compilation crashes on elm 19.1
SSCCE:
https://gist.github.com/FranzSkuffka/632aa99524e85e65379f9ad9ee47db15
The text was updated successfully, but these errors were encountered: