haskellari / these

An either-or-both data type, with corresponding hybrid error/writer monad transformer.
117 stars 49 forks source link

Unzip helpers #166

Open treeowl opened 3 years ago

treeowl commented 3 years ago

Helper functions for defining certain unzipWith and unzip patterns for Traversable containers, with corresponding DerivingVia targets.

treeowl commented 3 years ago

Half this stuff is in inappropriate modules, largely by mistake, so if you take a look, remember I'm going to move things around.

treeowl commented 3 years ago

OK, I put everything where it belongs.

treeowl commented 3 years ago

Could someone poke the workflow?