Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data Product2 f g x y Source #
Pair2 (f x y) (g x y) |
Instances
Generic (Product2 f g x y) Source # | |
(Show (f x y), Show (g x y)) ⇒ Show (Product2 f g x y) Source # | |
(Eq (f x y), Eq (g x y)) ⇒ Eq (Product2 f g x y) Source # | |
type Rep (Product2 f g x y) Source # | |
Defined in Data.SOP.Functors type Rep (Product2 f g x y) = D1 ('MetaData "Product2" "Data.SOP.Functors" "sop-extras-0.2.1.0-inplace" 'False) (C1 ('MetaCons "Pair2" 'PrefixI 'False) (S1 ('MetaSel ('Nothing ∷ Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f x y)) :*: S1 ('MetaSel ('Nothing ∷ Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (g x y)))) |