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.DeriveToSym
Description
Synopsis
- deriveToSym :: DeriveConfig -> Name -> Q [Dec]
- deriveToSym1 :: DeriveConfig -> Name -> Q [Dec]
- deriveToSym2 :: DeriveConfig -> Name -> Q [Dec]
Documentation
deriveToSym :: DeriveConfig -> Name -> Q [Dec] Source #
Derive ToSym
instance for a data type.
deriveToSym1 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive ToSym1
instance for a data type.
deriveToSym2 :: DeriveConfig -> Name -> Q [Dec] Source #
Derive ToSym2
instance for a data type.