| 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 | None |
| Language | Haskell2010 |
Grisette.Internal.TH.Derivation.DerivePPrint
Description
Synopsis
- derivePPrint :: DeriveConfig -> Name -> Q [Dec]
- derivePPrint1 :: DeriveConfig -> Name -> Q [Dec]
- derivePPrint2 :: DeriveConfig -> Name -> Q [Dec]
Documentation
derivePPrint :: DeriveConfig -> Name -> Q [Dec] Source #
Derive PPrint instance for a data type.
derivePPrint1 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive PPrint1 instance for a data type.
derivePPrint2 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive PPrint2 instance for a data type.