proton-0.0.4
Safe HaskellNone
LanguageHaskell2010

Proton.Internal.Orphans

Orphan instances

Comonad f => Strong (Costar f) Source # 
Instance details

Methods

first' :: Costar f a b -> Costar f (a, c) (b, c) #

second' :: Costar f a b -> Costar f (c, a) (c, b) #