Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. simpleAsyncResultSetOpResGboolean :: (HasCallStack, MonadIO m, IsSimpleAsyncResult a) => a -> Bool -> m ()

    gi-gio GI.Gio.Objects.SimpleAsyncResult

    Deprecated: (Since version 2.46)Use Task and taskReturnBoolean instead.

  2. taskPropagateBoolean :: (HasCallStack, MonadIO m, IsTask a) => a -> m ()

    gi-gio GI.Gio.Objects.Task

    Gets the result of task as a Bool. If the task resulted in an error, or was cancelled, then this will instead return False and set error. Since this method transfers ownership of the return value (or error) to the caller, you may only call it once. Since: 2.36

  3. taskReturnBoolean :: (HasCallStack, MonadIO m, IsTask a) => a -> Bool -> m ()

    gi-gio GI.Gio.Objects.Task

    Sets task's result to result and completes the task (see taskReturnPointer for more discussion of exactly what this means). Since: 2.36

  4. class IsBool (b :: Bool)

    first-class-families Fcf

    No documentation available.

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

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

  7. class IsBool (b :: Bool)

    first-class-families Fcf.Utils

    No documentation available.

  8. MetaBool :: Bool -> MetaValue

    pandoc-types Text.Pandoc.Definition

    No documentation available.

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

    serialise Codec.Serialise.Decoding

    No documentation available.

  10. TypeBool :: TokenType

    serialise Codec.Serialise.Decoding

    No documentation available.

Page 82 of many | Previous | Next