Dustin Stiles
Dustin Stiles
This PR fixes the broken type constraint of `R.sequence`. **Currently Broken** R.sequence lists the type constraint `(Applicative f, Traversable t)` in it's type signature, but this breaks for custom data...
This will fix number #46 by using `Object.keys` to iterate over an object instead of `Object.entries`, which is still an experimental feature.
Hello all. Just want to say I'm a huge fan of the library, in the process of converting my co-workers to this style. To the focus of this issue, has...
Currently the compiler is not able to detect code that will never be executed due to a function that never returns. This can be seen with the `elli.become` function. ```gleam...
Hello! Today the compiler informed me that it encountered an internal compiler bug. I was just looking at the help output from `roc --help` and noticed the `--dev` flag. I...