Hoogle Search
Within LTS Haskell 24.27 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
what4 What4.Solver Run Boolector in a session. Boolector will be configured to produce models, but otherwise left with the default configuration.
-
what4 What4.Solver.Boolector No documentation available.
-
what4 What4.Solver.Boolector Run Boolector in a session. Boolector will be configured to produce models, but otherwise left with the default configuration.
-
what4 What4.Solver.Yices Call eval to get a Boolean term.
-
xml-picklers Data.XML.Pickle Converts Booleans to XML boolean values
- "true" and "1" are read as True
- "false" and "0" are read as False
- All other values generate an unpickle error
ghcEnvBool :: GHCEnv -> Maybe QNameAgda Agda.Compiler.MAlonzo.Misc No documentation available.
withBool :: String -> (Bool -> Parser a) -> Value -> Parser aAgda Agda.Interaction.JSON withBool expected f value applies f to the Bool when value is a Boolean and fails otherwise.
Error message example
withBool "MyType" f (String "oops") -- Error: "parsing MyType failed, expected Boolean, but encountered String"
-
Agda Agda.Syntax.Builtin No documentation available.
-
Agda Agda.Syntax.Builtin No documentation available.
eExpandLastBool :: Lens' TCEnv BoolAgda Agda.TypeChecking.Monad.Base No documentation available.