Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
classy-prelude-yesod ClassyPrelude.Yesod Creates a group of radio buttons to answer the question given in the message. Radio buttons are used to allow differentiating between an empty response (Nothing) and a no response (Just False). Consider using the simpler checkBoxField if you don't need to make this distinction. If this field is optional, the first radio button is labeled "<None>", the second "Yes" and the third "No". If this field is required, the first radio button is labeled "Yes" and the second "No". (Exact label titles will depend on localization).
boolAsSwitch :: (SPDistribute k, ObjectSum k a a, ObjectPair k Bool a) => k (Bool, a) (a + a)constrained-categories Control.Arrow.Constrained No documentation available.
boolFromSwitch :: (SPDistribute k, ObjectSum k a a, ObjectPair k Bool a) => k (a + a) (Bool, a)constrained-categories Control.Arrow.Constrained No documentation available.