| Copyright | (c) Sirui Lu 2024 |
|---|---|
| License | BSD-3-Clause (see the LICENSE file) |
| Maintainer | siruilu@cs.washington.edu |
| Stability | Experimental |
| Portability | GHC only |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Grisette.Internal.SymPrim.SymInteger
Contents
Description
Synopsis
- newtype SymInteger = SymInteger (Term Integer)
Documentation
newtype SymInteger Source #
Symbolic (unbounded, mathematical) integer type.
>>>"a" + 1 :: SymInteger(+ 1 a)
More symbolic operations are available. Please refer to the documentation for the type class instances.
Constructors
| SymInteger (Term Integer) |