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 |
Documentation
Symbolic Boolean type.
>>>
"a" :: SymBool
a>>>
"a" .&& "b" :: SymBool
(&& a b)
More operations are available. Please refer to Grisette.Core for more information.