Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. class IsBool (b :: Bool)

    first-class-families Fcf

    No documentation available.

  2. data UnBool (b :: Exp a) (c :: Exp a) (d :: Bool) (e :: a)

    first-class-families Fcf

    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
    

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

  4. class IsBool (b :: Bool)

    first-class-families Fcf.Utils

    No documentation available.

  5. MetaBool :: Bool -> MetaValue

    pandoc-types Text.Pandoc.Definition

    No documentation available.

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

    serialise Codec.Serialise.Decoding

    No documentation available.

  7. TypeBool :: TokenType

    serialise Codec.Serialise.Decoding

    No documentation available.

  8. decodeBool :: Decoder s Bool

    serialise Codec.Serialise.Decoding

    Decode a bool.

  9. TkBool :: Bool -> Tokens -> Tokens

    serialise Codec.Serialise.Encoding

    No documentation available.

  10. encodeBool :: Bool -> Encoding

    serialise Codec.Serialise.Encoding

    Encode a Bool.

Page 85 of many | Previous | Next