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.
withBool :: (Bool -> Parser a) -> Value -> Parser ahpack Hpack.Yaml No documentation available.
-
hvega Graphics.Vega.VegaLite Indicate Boolean data type to be parsed when reading input data.
MBoolean :: Bool -> MarkChannelhvega Graphics.Vega.VegaLite Boolean value when encoding with a mark property channel.
fromBool :: BoundedLattice a => Bool -> alattices Algebra.Lattice -
lattices Algebra.Lattice.M2 No documentation available.
-
lattices Algebra.Lattice.M2 No documentation available.
-
messagepack Data.MessagePack No documentation available.
_Bool :: AsValue t => Traversal' t Boolmicrolens-aeson Lens.Micro.Aeson >>> "{\"a\": \"xyz\", \"b\": true}" ^? key "b" . _Bool Just True>>> "{\"a\": \"xyz\", \"b\": true}" ^? key "a" . _Bool Nothingtype
HasBools t = ConvertibleExactly Bool tmixed-types-num Numeric.MixedTypes.Bool No documentation available.
type
IsBool t = (HasBools t, CanNegSameType t, CanAndOrSameType t)mixed-types-num Numeric.MixedTypes.Bool A type constraint synonym that stipulates that the type behaves very much like Bool, except it does not necessarily satisfy the law of excluded middle, which means that the type can contain a "do-not-know" value or an error. Examples: Bool, Kleenean, CollectErrors Bool