Dave Laing
Dave Laing
Currently ghc-mod is unaware of the package database used in a nix-shell. There is a PR for this (#760), but a more general approach is needed than just fixing things...
I was reading [this](http://r6.ca/blog/20110808T035622Z.html) before I got a chance to properly look at `alga`, and was pretty happy to see the `StarSemiring` class in `Algebra.Graph.Label`. Would there be interest in...
Someone was asking about this on IRC, and it got me to wondering: would it be useful to add a primitive like `fan` but using something like `HashMap` instead of...
I have a few of these in one of my repositories, but this is probably a better place for them. I still should try to work out what is going...
It looks like `rvars` isn't used in `updateEachTimesParallel` isn't used. I'm not sure you'll get any parallelism that way. Did you mean to use `rvars` in the place of `variables`...
I'm trying to integrate `WebDriver-w3c` with `hedgehog` - in particular, the state machine based testing - and it looks like I'd need instance of `MonadThrow` and `MonadCatch` from `exceptions` in...
This adds the ability to pass different models to `ImageCreate` and the ability for `ImageResponseData` to handle base64 encoded json in addition to URLs in `ImageResponseData`.