Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ConcreteBool :: Bool -> ConcreteVal 'BaseBoolTypewhat4 What4.Concrete No documentation available.
fromConcreteBool :: ConcreteVal BaseBoolType -> Boolwhat4 What4.Concrete No documentation available.
setBoolOpt :: Some OptionSetting -> Bool -> IO [Doc Void]what4 What4.Config Given a boolean value, set the named option to that value or generate an OptSetFailure exception if the option is not a boolean valued option.
viewBoolMap :: forall (f :: BaseType -> Type) . BoolMap f -> BoolMapView fwhat4 What4.Expr.BoolMap Deconstruct the given bool map for later processing
smtEvalBool :: SMTEvalFunctions h -> Term h -> IO Boolwhat4 What4.Protocol.SMTWriter Given a SMT term for a Boolean value, this should return an indication of whether the term is assigned true or false.
litBool :: Bool -> VerilogM sym n (IExp BaseBoolType)what4 What4.Protocol.VerilogWriter.AST Return the (possibly-cached) name for a literal Boolean value.
vsBoolCache :: ModuleState sym n -> Map Bool Identifierwhat4 What4.Protocol.VerilogWriter.AST A cache of Boolean constants, to avoid duplicating constant declarations.
-
what4 What4.Serialize.Parser Boolean literal.
-
what4 What4.Serialize.Printer Boolean literal.
-
what4 What4.Serialize.SETokens Boolean literal.