Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
config-ini Data.Ini.Config.Bidir Represents a field whose value is a Bool value. This parser is case-insensitive, and matches the words true, false, yes, and no, as well as single-letter abbreviations for all of the above. This will serialize as true for True and false for False.
-
jsonifier Jsonifier JSON Boolean literal.
bool :: Bool -> FortranIO r (Ptr Bool)netlib-carray Numeric.Netlib.CArray.Utility No documentation available.
bool :: Bool -> FortranIO r (Ptr Bool)netlib-comfort-array Numeric.Netlib.ComfortArray.Utility No documentation available.
bool :: forall (m :: Type -> Type) . Monad m => Parser Word8 m Boolstreamly-core Streamly.Internal.Data.Binary.Parser A value of type Bool is encoded as follows in binary encoding.
0 ==> False 1 ==> True
Pre-releasebool :: forall (m :: Type -> Type) . Applicative m => Bool -> Stream m Word8streamly-core Streamly.Internal.Data.Binary.Stream A value of type Bool is encoded as follows in binary encoding.
0 ==> False 1 ==> True
Pre-release-
what4 What4.Serialize.Printer Lift a boolean.
-
what4 What4.Serialize.SETokens Lift a boolean.
-
RefSerialize Data.RefSerialize.Parser No documentation available.
-
aeson-combinators Data.Aeson.Combinators.Decode Decode JSON booleans to Haskell Bool