Example does not compile due to Roc bug
imclerran opened this issue · comments
Roc bug prevents compilation of apps which depend on a package, unless all modules which the package depends on internally are imported into the app.
This means that the example app does not compile.
Fixed by PR #19