grisette-0.9.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.Unified.Internal.UnifiedConstraint

Description

 
Synopsis

Documentation

type UnifiedPrimitive mode t = (UnifiedITEOp mode t, UnifiedSymEq mode t, UnifiedSymOrd mode t, UnifiedSimpleMergeable mode t) Source #

Basic constraints for a unified primitive type.