grisette: Symbolic evaluation as a library
[ bsd3, formal-methods, library, smt, symbolic-computation, theorem-provers ]
[ Propose Tags ]
[ Report a vulnerability ]
Grisette is a reusable symbolic evaluation library for Haskell. By translating programs into constraints, Grisette can help the development of program reasoning tools, including verification, synthesis, and more.
This Grisette module exports all you need for building a symbolic evaluation tool.
For more details, please checkout the README.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Grisette
- Backend
- Grisette.Core
- Grisette.Core.BuiltinUnionWrappers
- Control
- Data
- Grisette.Core.Data.BV
- Class
- Grisette.Core.Data.Class.BitVector
- Grisette.Core.Data.Class.CEGISSolver
- Grisette.Core.Data.Class.Error
- Grisette.Core.Data.Class.EvaluateSym
- Grisette.Core.Data.Class.ExtractSymbolics
- Grisette.Core.Data.Class.Function
- Grisette.Core.Data.Class.GPretty
- Grisette.Core.Data.Class.GenSym
- Grisette.Core.Data.Class.ITEOp
- Grisette.Core.Data.Class.LogicalOp
- Grisette.Core.Data.Class.Mergeable
- Grisette.Core.Data.Class.ModelOps
- Grisette.Core.Data.Class.SEq
- Grisette.Core.Data.Class.SOrd
- Grisette.Core.Data.Class.SafeDivision
- Grisette.Core.Data.Class.SafeLinearArith
- Grisette.Core.Data.Class.SafeSymRotate
- Grisette.Core.Data.Class.SafeSymShift
- Grisette.Core.Data.Class.SignConversion
- Grisette.Core.Data.Class.SimpleMergeable
- Grisette.Core.Data.Class.Solvable
- Grisette.Core.Data.Class.Solver
- Grisette.Core.Data.Class.SubstituteSym
- Grisette.Core.Data.Class.SymRotate
- Grisette.Core.Data.Class.SymShift
- Grisette.Core.Data.Class.ToCon
- Grisette.Core.Data.Class.ToSym
- Grisette.Core.Data.FileLocation
- Grisette.Core.Data.MemoUtils
- Grisette.Core.Data.Union
- Grisette.Core.TH
- Grisette.Core.THCompat
- Grisette.Experimental
- IR
- Grisette.IR.SymPrim
- Data
- Grisette.IR.SymPrim.Data.IntBitwidth
- Prim
- Grisette.IR.SymPrim.Data.Prim.Helpers
- InternedTerm
- Grisette.IR.SymPrim.Data.Prim.InternedTerm.Caches
- Grisette.IR.SymPrim.Data.Prim.InternedTerm.InternedCtors
- Grisette.IR.SymPrim.Data.Prim.InternedTerm.SomeTerm
- Grisette.IR.SymPrim.Data.Prim.InternedTerm.Term
- Grisette.IR.SymPrim.Data.Prim.InternedTerm.TermSubstitution
- Grisette.IR.SymPrim.Data.Prim.InternedTerm.TermUtils
- Grisette.IR.SymPrim.Data.Prim.Model
- Grisette.IR.SymPrim.Data.Prim.ModelValue
- PartialEval
- Grisette.IR.SymPrim.Data.Prim.PartialEval.BV
- Grisette.IR.SymPrim.Data.Prim.PartialEval.Bits
- Grisette.IR.SymPrim.Data.Prim.PartialEval.Bool
- Grisette.IR.SymPrim.Data.Prim.PartialEval.GeneralFun
- Grisette.IR.SymPrim.Data.Prim.PartialEval.Integral
- Grisette.IR.SymPrim.Data.Prim.PartialEval.Num
- Grisette.IR.SymPrim.Data.Prim.PartialEval.PartialEval
- Grisette.IR.SymPrim.Data.Prim.PartialEval.TabularFun
- Grisette.IR.SymPrim.Data.Prim.PartialEval.Unfold
- Grisette.IR.SymPrim.Data.Prim.Utils
- Grisette.IR.SymPrim.Data.SymPrim
- Grisette.IR.SymPrim.Data.TabularFun
- Data
- Grisette.IR.SymPrim
- Internal
- Lib
- Qualified
- Grisette.Utils
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
optimize | Compile with O2 optimization | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- grisette-0.4.1.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.4.0.0, 0.4.1.0, 0.5.0.0, 0.5.0.1, 0.6.0.0, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.10.0.0, 0.11.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | array (>=0.5.4 && <0.6), async (>=2.2.2 && <2.3), base (>=4.14 && <5), bytestring (>=0.10.12 && <0.13), deepseq (>=1.4.4 && <1.6), generic-deriving (>=1.14.1 && <1.15), hashable (>=1.2.3 && <1.5), hashtables (>=1.2.3.4 && <1.4), intern (>=0.9.2 && <0.10), loch-th (>=0.2.2 && <0.3), mtl (>=2.2.2 && <2.4), parallel (>=3.2.2.0 && <3.3), prettyprinter (>=1.5.0 && <1.8), QuickCheck (>=2.14 && <2.15), sbv (>=8.11 && <11), stm (>=2.5 && <2.6), template-haskell (>=2.16 && <2.22), text (>=1.2.4.1 && <2.2), th-compat (>=0.1.2 && <0.2), transformers (>=0.5.6 && <0.7), unordered-containers (>=0.2.11 && <0.3) [details] |
Tested with | ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.3 |
License | BSD-3-Clause |
Copyright | 2021-2024 Sirui Lu |
Author | Sirui Lu, Rastislav Bodík |
Maintainer | Sirui Lu (siruilu@cs.washington.edu) |
Revised | Revision 2 made by siruilu at 2024-02-17T00:38:50Z |
Category | Formal Methods, Theorem Provers, Symbolic Computation, SMT |
Home page | https://github.com/lsrcz/grisette#readme |
Bug tracker | https://github.com/lsrcz/grisette/issues |
Source repo | head: git clone https://github.com/lsrcz/grisette |
Uploaded | by siruilu at 2024-01-10T20:22:36Z |
Distributions | LTSHaskell:0.9.0.0, Stackage:0.11.0.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 624 total (39 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |