dependent-sum-template-0.0.0.3: Template Haskell code to generate instances of classes in dependent-sum package

Safe HaskellNone
LanguageHaskell98

Data.GADT.Compare.TH

Documentation

class DeriveGEQ t where Source

Methods

deriveGEq :: t -> Q [Dec] Source

data GComparing a b t Source

Instances

geq' :: GCompare t => t a -> t b -> GComparing x y (a := b) Source

compare' :: Ord a1 => a1 -> a1 -> GComparing a b () Source