ekmett / profunctors

Haskell 98 Profunctors
http://hackage.haskell.org/package/profunctors
Other
70 stars 43 forks source link

Traversing1 class #46

Closed phadej closed 7 years ago

phadej commented 7 years ago

I'd like to have that for completeness, but it would depend on having Traversable1.

It have to be in the same package where Traversing is defined, as (Traversing1 p, Choice p) => Traversing p.

ekmett commented 7 years ago

It'd have to live in semigroupoids, which acts as the sort of sin-bin for all the Traversable1, Apply, etc. garbage. profunctors is intended to live lower on the dependency tree.

ekmett commented 7 years ago

Feel free to open an issue or fix this there.