| 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.Unified.Internal.UnifiedBool
Description
Synopsis
- class (BasicGrisetteType (GetBool mode), ConSymConversion Bool SymBool (GetBool mode), LogicalOp (GetBool mode)) => UnifiedBool (mode :: EvalModeTag) where
- type GetBool mode = bool | bool -> mode
Documentation
class (BasicGrisetteType (GetBool mode), ConSymConversion Bool SymBool (GetBool mode), LogicalOp (GetBool mode)) => UnifiedBool (mode :: EvalModeTag) Source #
Evaluation mode with unified Bool type.
Associated Types