distributed-closure-0.5.0.0: Serializable closures for distributed programming.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Profunctor.Strong.Static

Documentation

class StaticProfunctor p => StaticStrong p where Source #

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

Instances details
StaticStrong WrappedArrowClosure Source # 
Instance details

Defined in Data.Profunctor.Strong.Static