Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. CondBool :: Bool -> Cond

    hpack Hpack.Config

    No documentation available.

  2. VerbatimBool :: Bool -> VerbatimValue

    hpack Hpack.Config

    No documentation available.

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

    hpack Hpack.Yaml

    No documentation available.

  4. FoBoolean :: DataType

    hvega Graphics.Vega.VegaLite

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

  5. MBoolean :: Bool -> MarkChannel

    hvega Graphics.Vega.VegaLite

    Boolean value when encoding with a mark property channel.

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

    lattices Algebra.Lattice

    True to top and False to bottom

  7. fromSetBool :: Set Bool -> M2

    lattices Algebra.Lattice.M2

    No documentation available.

  8. toSetBool :: M2 -> Set Bool

    lattices Algebra.Lattice.M2

    No documentation available.

  9. ObjectBool :: Bool -> Object

    messagepack Data.MessagePack

    No documentation available.

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

Page 123 of many | Previous | Next