Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. JsonBool :: Specification

    json-spec Data.JsonSpec

    A JSON boolean value.

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

  3. binaryLevelFromBool :: Bool -> BinaryLevel

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

  4. selectBool :: (T a, T a) -> T Bool -> T a

    synthesizer-core Synthesizer.Plain.Cut

    No documentation available.

  5. selectBool :: (T a, T a) -> T Bool -> T a

    synthesizer-core Synthesizer.State.Cut

    No documentation available.

  6. fromBool :: Bool -> Bit

    Color Graphics.Color.Algebra.Binary

    Convert Bool to Bit

  7. toBool :: Bit -> Bool

    Color Graphics.Color.Algebra.Binary

    Convert Bit to Bool

  8. fromBool :: Bool -> Bit

    Color Graphics.Color.Space

    Convert Bool to Bit

  9. toBool :: Bit -> Bool

    Color Graphics.Color.Space

    Convert Bit to Bool

  10. fromBool :: Bool -> Bit

    Color Graphics.Color.Space.RGB

    Convert Bool to Bit

Page 123 of many | Previous | Next