Closed AyeGill closed 5 years ago
@AyeGill thanks for submitting the issue.
I think the error is due to this Elba bug. With the 0.3.2 version they reduced (but not removed) its incidence. The long compilation time of the Monad/KleisliCategory
module is problematic for the concurrency of Elba and it crashes.
If you want to build with Elba, just remove Monad/KleisliCategory
from the modules list.
Otherwise, you can build it directly with Idris
Thanks for the quick response :)
When building using elba 0.3.2, idris 1.3.2, compilation always fails on
MonoidalCategory.MonoidalCategory
- it stops there for a long time, then fails with essentially no error message. Trying to compile the file manually with Idris works fine.