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

Safe HaskellNone

Data.GADT.Compare.TH

Documentation

class DeriveGEQ t whereSource

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