-
Sorry, I haven't been paying much attention to the hierarchy.
-
Subscribe to this issue and stay notified about new [weekly trending repos in PureScript](https://github.com/trending/purescript?since=weekly).
-
Let me write some thought on the design of optics, and especially
traversals, so that I don't forget again. All this should make its way
into a document
### Profunctor optics
When designing t…
-
I've just released `optics-extra-0.4.2` and `optics-0.4.2` but we are still on `optics-core-0.4.1`. Accordingly I think it makes more sense to have tags for individual package versions rather than tag…
-
What is the status of https://github.com/tomjaguarpaw/product-profunctors/commits/fieldnames? It would be really handy to release opaleye-gen to Hackage :)
cc @folsen
-
We have a lot of `f . unDown` getting passed to higher-order functions that can't inline. In situations where GHC doesn't know that `f` has arity at least 1, the RTS will allocate a closure through wh…
-
Subscribe to this issue and stay notified about new [daily trending repos in PureScript](https://github.com/trending/purescript?since=daily).
-
Looking for some feedback here on a potential feature I might add to a fork, but I'm not sure if it makes sense since I'm new to lenses.
In this implementation of useProfunctorState, `promap` alway…
-
Something that's `Traversing` should perhaps be, in addition to being `Strong` and `Choice`, also something that represents being able to go over a fixed number of values. If there were some kind of n…
-
It would be nice to remove the dependency on the `lens` package and use smallerpackages such as `profunctors`. Unfortunately, this means foregoing the `Swapped` instances.
Discussion on this issue is…