Copyright | (c) Sirui Lu 2024 |
---|---|
License | BSD-3-Clause (see the LICENSE file) |
Maintainer | siruilu@cs.washington.edu |
Stability | Experimental |
Portability | GHC only |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Grisette.Internal.TH.GADT.DeriveSymOrd
Description
Synopsis
- deriveGADTSymOrd :: DeriveConfig -> Name -> Q [Dec]
- deriveGADTSymOrd1 :: DeriveConfig -> Name -> Q [Dec]
- deriveGADTSymOrd2 :: DeriveConfig -> Name -> Q [Dec]
Documentation
deriveGADTSymOrd :: DeriveConfig -> Name -> Q [Dec] Source #
Derive SymOrd
instance for a GADT.
deriveGADTSymOrd1 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive SymOrd1
instance for a GADT.
deriveGADTSymOrd2 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive SymOrd2
instance for a GADT.