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 HaskellSafe-Inferred
LanguageHaskell2010

Grisette.Internal.Unified.BaseConstraint

Description

 
Synopsis

Documentation

type ConSymConversion conType symType t = (ToCon t conType, ToSym conType t, ToCon symType t, ToSym t symType) Source #

A type that is used as a constraint for all the types in Grisette that can be converted between concrete and symbolic types.