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.DeriveHashable
Description
Synopsis
- deriveGADTHashable :: DeriveConfig -> Name -> Q [Dec]
- deriveGADTHashable1 :: DeriveConfig -> Name -> Q [Dec]
- deriveGADTHashable2 :: DeriveConfig -> Name -> Q [Dec]
Documentation
deriveGADTHashable :: DeriveConfig -> Name -> Q [Dec] Source #
Derive Hashable
instance for a GADT.
deriveGADTHashable1 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive Hashable1
instance for a GADT.
deriveGADTHashable2 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive Hashable2
instance for a GADT.