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 | None |
Language | Haskell2010 |
Grisette.Internal.Unified.UnifiedBool
Description
Synopsis
- class (Prim (GetBool mode), UnifiedConRep (GetBool mode), UnifiedSymRep (GetBool mode), ConType (GetBool mode) ~ Bool, SymType (GetBool mode) ~ SymBool, ConSymConversion Bool SymBool (GetBool mode), LogicalOp (GetBool mode)) => UnifiedBool (mode :: EvalModeTag) where
- type GetBool (mode :: EvalModeTag) = (bool :: Type) | bool -> mode
Documentation
class (Prim (GetBool mode), UnifiedConRep (GetBool mode), UnifiedSymRep (GetBool mode), ConType (GetBool mode) ~ Bool, SymType (GetBool mode) ~ SymBool, ConSymConversion Bool SymBool (GetBool mode), LogicalOp (GetBool mode)) => UnifiedBool (mode :: EvalModeTag) Source #
Evaluation mode with unified Bool
type.
Associated Types
type GetBool (mode :: EvalModeTag) = (bool :: Type) | bool -> mode Source #