Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Profunctor.Strong.Static
Documentation
class StaticProfunctor p => StaticStrong p where Source #
Minimal complete definition
Methods
staticFirst' :: (Typeable a, Typeable b, Typeable c) => p a b -> p (a, c) (b, c) Source #
staticSecond' :: (Typeable a, Typeable b, Typeable c) => p a b -> p (c, a) (c, b) Source #
Instances