grisette-0.11.0.0: Symbolic evaluation as a library
Copyright(c) Sirui Lu 2024
LicenseBSD-3-Clause (see the LICENSE file)
Maintainersiruilu@cs.washington.edu
StabilityExperimental
PortabilityGHC only
Safe HaskellSafe-Inferred
LanguageHaskell2010

Grisette.Internal.TH.GADT.DeriveOrd

Description

 
Synopsis

Documentation

deriveGADTOrd :: DeriveConfig -> Name -> Q [Dec] Source #

Derive Ord instance for a GADT.

deriveGADTOrd1 :: DeriveConfig -> Name -> Q [Dec] Source #

Derive Ord1 instance for a GADT.

deriveGADTOrd2 :: DeriveConfig -> Name -> Q [Dec] Source #

Derive Ord2 instance for a GADT.