Haskell-MMorph-Library icon indicating copy to clipboard operation
Haskell-MMorph-Library copied to clipboard

Consider adding a type `ProductT`

Open phischu opened this issue 5 years ago • 1 comments

I was looking for a type

data ProductT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
    = PairT (f m a) (g m a)

and was pleasantly surprised that this package already provides its sibling ComposeT.

Would a type ProductT be accepted in this package?

phischu avatar Mar 11 '19 16:03 phischu

@phischu: Sure, I will accept it

Gabriella439 avatar Mar 12 '19 02:03 Gabriella439