Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. MetaBool :: Bool -> MetaValue

    pandoc-types Text.Pandoc.Definition

    No documentation available.

  2. ConsumeBool :: (Bool -> ST s (DecodeAction s a)) -> DecodeAction s a

    serialise Codec.Serialise.Decoding

    No documentation available.

  3. TypeBool :: TokenType

    serialise Codec.Serialise.Decoding

    No documentation available.

  4. decodeBool :: Decoder s Bool

    serialise Codec.Serialise.Decoding

    Decode a bool.

  5. TkBool :: Bool -> Tokens -> Tokens

    serialise Codec.Serialise.Encoding

    No documentation available.

  6. encodeBool :: Bool -> Encoding

    serialise Codec.Serialise.Encoding

    Encode a Bool.

  7. newtype CBool

    basement Basement.Compat.C.Types

    Haskell type representing the C bool type. (The concrete types of Foreign.C.Types#platform are platform-specific.)

  8. CBool :: Word8 -> CBool

    basement Basement.Compat.C.Types

    No documentation available.

  9. class KnownBool (b :: Bool)

    ghc-typelits-knownnat GHC.TypeLits.KnownNat

    No documentation available.

  10. class KnownBoolNat2 (f :: Symbol) (a :: k) (b :: k)

    ghc-typelits-knownnat GHC.TypeLits.KnownNat

    Class for binary functions with a Boolean result. The Symbol f must correspond to the fully qualified name of the type-level operation. Use nameToSymbol to get the fully qualified TH Name as a Symbol

Page 83 of many | Previous | Next