ekmett / bifunctors

Haskell 98 bifunctors, bifoldables and bitraversables
Other
57 stars 42 forks source link

Added Arrow instances for Product #79

Closed YPares closed 4 years ago

YPares commented 4 years ago

These instances can be useful when you want to compose two sets of arrows independently without interaction between both (for instance one is an arrow that implements some computation, and the other one just keeps track of the structure of the compute graph to generate a visualization of the flow later on).