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.DeriveShow
Description
Synopsis
- deriveGADTShow :: DeriveConfig -> Name -> Q [Dec]
- deriveGADTShow1 :: DeriveConfig -> Name -> Q [Dec]
- deriveGADTShow2 :: DeriveConfig -> Name -> Q [Dec]
Documentation
deriveGADTShow :: DeriveConfig -> Name -> Q [Dec] Source #
Derive Show
instance for a GADT.
deriveGADTShow1 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive Show1
instance for a GADT.
deriveGADTShow2 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive Show2
instance for a GADT.