grisette-0.10.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 HaskellSafe-Inferred
LanguageHaskell2010

Grisette.Internal.TH.GADT.DeriveEvalSym

Description

 
Synopsis

Documentation

deriveGADTEvalSym :: Name -> Q [Dec] Source #

Derive EvalSym instance for a GADT.

deriveGADTEvalSym1 :: Name -> Q [Dec] Source #

Derive EvalSym1 instance for a GADT.

deriveGADTEvalSym2 :: Name -> Q [Dec] Source #

Derive EvalSym2 instance for a GADT.