grisette-0.11.0.0: Symbolic evaluation as a library
Copyright(c) Sirui Lu 2024
LicenseBSD-3-Clause (see the LICENSE file)
Maintainersiruilu@cs.washington.edu
StabilityExperimental
PortabilityGHC only
Safe HaskellNone
LanguageHaskell2010

Grisette.Internal.TH.Derivation.DeriveEvalSym

Description

 
Synopsis

Documentation

deriveEvalSym :: DeriveConfig -> Name -> Q [Dec] Source #

Derive EvalSym instance for a data type.

deriveEvalSym1 :: DeriveConfig -> Name -> Q [Dec] Source #

Derive EvalSym1 instance for a data type.

deriveEvalSym2 :: DeriveConfig -> Name -> Q [Dec] Source #

Derive EvalSym2 instance for a data type.