product-profunctors-0.10.0.0: product-profunctors

Safe HaskellNone
LanguageHaskell2010

Data.Profunctor.Product.Internal.TH

Documentation

data ConTysFields Source #

Constructors

ConTys [Name]

^ The type of each constructor field

FieldTys [(Name, Name)]

^ The fieldname and type of each constructor field

xTuple :: ([Pat] -> Pat) -> ([Exp] -> Exp) -> (Name, Int) -> Dec Source #

o :: Exp -> Exp -> Exp Source #

appEAll :: Exp -> [Exp] -> Exp Source #