Jasper Woudenberg

Results 63 comments of Jasper Woudenberg

This might be simpler example: ```roc interface Foo exposes [bar] imports [] foo : a, (a -> a) -> a foo = \x, f -> bar x f bar :...

I ran into this error before doing some parsing. Given it was in a package without a platform involved, I tried minimalizing the error. This is the best I got,...

Note: once we figure out a fix for this there's a test in the roc compiler repo that we can un-ignore. See: https://github.com/roc-lang/roc/pull/7172