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.

  1. withBool :: (Bool -> Parser a) -> Value -> Parser a

    hpack Hpack.Yaml

    No documentation available.

  2. FoBoolean :: DataType

    hvega Graphics.Vega.VegaLite

    Indicate Boolean data type to be parsed when reading input data.

  3. MBoolean :: Bool -> MarkChannel

    hvega Graphics.Vega.VegaLite

    Boolean value when encoding with a mark property channel.

  4. fromBool :: BoundedLattice a => Bool -> a

    lattices Algebra.Lattice

    True to top and False to bottom

  5. fromSetBool :: Set Bool -> M2

    lattices Algebra.Lattice.M2

    No documentation available.

  6. toSetBool :: M2 -> Set Bool

    lattices Algebra.Lattice.M2

    No documentation available.

  7. ObjectBool :: Bool -> Object

    messagepack Data.MessagePack

    No documentation available.

  8. _Bool :: AsValue t => Traversal' t Bool

    microlens-aeson Lens.Micro.Aeson

    >>> "{\"a\": \"xyz\", \"b\": true}" ^? key "b" . _Bool
    Just True
    
    >>> "{\"a\": \"xyz\", \"b\": true}" ^? key "a" . _Bool
    Nothing
    

  9. type HasBools t = ConvertibleExactly Bool t

    mixed-types-num Numeric.MixedTypes.Bool

    No documentation available.

  10. 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

Page 123 of many | Previous | Next