product-profunctors-0.7.1.0: product-profunctors

Safe HaskellSafe
LanguageHaskell98

Data.Profunctor.Product.Newtype

Documentation

class Newtype t where Source

Methods

constructor :: a -> t a Source

field :: t a -> a Source

pNewtype :: (Profunctor p, Newtype t) => p a b -> p (t a) (t b) Source