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.DerivePPrint
Description
Synopsis
- deriveGADTPPrint :: DeriveConfig -> Name -> Q [Dec]
- deriveGADTPPrint1 :: DeriveConfig -> Name -> Q [Dec]
- deriveGADTPPrint2 :: DeriveConfig -> Name -> Q [Dec]
Documentation
deriveGADTPPrint :: DeriveConfig -> Name -> Q [Dec] Source #
Derive PPrint
instance for a GADT.
deriveGADTPPrint1 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive PPrint1
instance for a GADT.
deriveGADTPPrint2 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive PPrint2
instance for a GADT.