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. data UnBool (b :: Exp a) (c :: Exp a) (d :: Bool) (e :: a)

    first-class-families Fcf.Data.Bool

    N.B.: The order of the two branches is the opposite of "if": UnBool ifFalse ifTrue bool. This mirrors the default order of constructors:

    data Bool = False | True
    ----------- False < True
    

  2. class IsBool (b :: Bool)

    first-class-families Fcf.Utils

    No documentation available.

  3. MetaBool :: Bool -> MetaValue

    pandoc-types Text.Pandoc.Definition

    No documentation available.

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

    serialise Codec.Serialise.Decoding

    No documentation available.

  5. TypeBool :: TokenType

    serialise Codec.Serialise.Decoding

    No documentation available.

  6. decodeBool :: Decoder s Bool

    serialise Codec.Serialise.Decoding

    Decode a bool.

  7. TkBool :: Bool -> Tokens -> Tokens

    serialise Codec.Serialise.Encoding

    No documentation available.

  8. encodeBool :: Bool -> Encoding

    serialise Codec.Serialise.Encoding

    Encode a Bool.

  9. 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.)

  10. CBool :: Word8 -> CBool

    basement Basement.Compat.C.Types

    No documentation available.

Page 85 of many | Previous | Next