AutoLifts
AutoLifts copied to clipboard
Automatic functional lifting, mapping and folding.
See requirements at [herald](https://github.com/n8han/herald#readme) for how this is done.
So many other projects have their documents up on a webpage. The markdown files are run against sbt to check for correctness. Seems like a marriage made in heaven.
Every type class which contains a function was specifically written to be able to accept a Shapeless `Poly` (as well as differences between type signatures of backends, see `LiftFoldRight`.) Would...
Need a contributors file.
We've got filter, all we're missing on the "filter" front is "filterM". See [filterM](https://hackage.haskell.org/package/base-4.8.1.0/docs/Control-Monad.html#v:filterM) for more details. Essentially the syntax extension will look like ``` scala implicit class LiftFilterMOps[F[_], A](fa:...
Silly as it may seem, why not get rid of the overhead of the implicit class for syntax extensions. See: https://github.com/typelevel/machinist
As this nears 1.0, add this dependency.