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.
boolAnd :: Aggregator (Field SqlBool) (Field SqlBool)opaleye Opaleye.Aggregate No documentation available.
boolOr :: Aggregator (Field SqlBool) (Field SqlBool)opaleye Opaleye.Aggregate No documentation available.
-
purescript-bridge Language.PureScript.Bridge.Primitives No documentation available.
-
rattletrap Rattletrap.Schema No documentation available.
-
real-dice RealDice.Convert.BinaryString Converts a Bool to a '1' or '0'
Examples
>>> boolToBin True '1' >>> boolToBin False '0'
boolsToBin :: [Bool] -> Stringreal-dice RealDice.Convert.BinaryString Converts a list of Bools to a binary string
Examples
>>> boolsToBin [True, False, True, True] "1011"
boolToNum :: Num b => Bool -> brocksdb-haskell Database.RocksDB.Internal No documentation available.
boolToMaybe :: Bool -> a -> Maybe aspacecookie Network.Gopher.Util boolToMaybe True x == Just x
boolToMaybe False x == Nothing
-
tomland Toml.Parser.Value Parser for Bool value.
-
Simplification tools for simple propositional formulas. Normal form representation for boolean expressions. Typically simplifies such expressions, but is not guaranteed to produce the absolute simplest form.