syb-with-class-0.6.1.10: Scrap Your Boilerplate With Class
Data.Generics.SYB.WithClass.Context
class Sat a where Source #
Minimal complete definition
dict
Methods
dict :: a Source #
Defined in Data.Generics.SYB.WithClass.Context
dict :: NoCtx a Source #
dict :: PairCtx l r a Source #
data NoCtx a Source #
noCtx :: NoCtx () Source #
data PairCtx l r a Source #
Constructors
Fields
pairCtx :: l () -> r () -> PairCtx l r () Source #