rock
rock copied to clipboard
Build system
It's unclear how one should handle failures in previous steps. Is there any recommended way to do it? Using the example from readme, what if `Parse` was instead `FilePath ->...
In my adventures with Rock I find myself getting some conflicts while using [Effectful](https://flora.pm/packages/@hackage/effectful). It would appear that everything must run in a Task, but it's not clear to me...
Hi! I'm in the process of [rewriting my compiler](https://github.com/Kleidukos/boreal/pull/40)'s driver to use Rock, and the experience is fantastic for now. :) I had implemented a caching system that would hash...