distributed-closure-0.4.1: Serializable closures for distributed programming.

Safe HaskellNone
LanguageHaskell2010

Data.Profunctor.Strong.Static

Documentation

class StaticProfunctor p => StaticStrong p where Source #

Minimal complete definition

staticFirst', staticSecond'

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 #