Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. sBool :: Size Bool

    flat Flat.Encoder.Strict

    No documentation available.

  2. class (GObject o, IsDescendantOf BooleanCellAccessible o) => IsBooleanCellAccessible o

    gi-gtk3 GI.Gtk.Objects.BooleanCellAccessible

    Type class for types which can be safely cast to BooleanCellAccessible, for instance with toBooleanCellAccessible.

  3. toBooleanCellAccessible :: (MonadIO m, IsBooleanCellAccessible o) => o -> m BooleanCellAccessible

    gi-gtk3 GI.Gtk.Objects.BooleanCellAccessible

    Cast to BooleanCellAccessible, for types for which this is known to be safe. For general casts, use castTo.

  4. printSettingsGetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Bool

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Returns the boolean represented by the value that is associated with key. The string “true” represents True, any other string False. Since: 2.10

  5. printSettingsSetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets key to a boolean value. Since: 2.10

  6. asBoolean :: GVal (m :: Type -> Type) -> Bool

    ginger Text.Ginger.GVal

    Get value's truthiness

  7. toBoolean :: forall (m :: Type -> Type) . GVal m -> Bool

    ginger Text.Ginger.GVal

    Loose cast to boolean. Numeric zero, empty strings, empty lists, empty objects, Null, and boolean False are considered falsy, anything else (including functions) is considered true-ish.

  8. FileAttributeTypeBool :: FileAttributeType

    gio System.GIO.File.FileAttribute

    No documentation available.

  9. fileInfoGetAttributeBool :: (FileInfoClass info, GlibString string) => info -> string -> IO Bool

    gio System.GIO.File.FileInfo

    Gets the value of a boolean attribute.

  10. fileInfoSetAttributeBool :: (FileInfoClass info, GlibString string) => info -> string -> Bool -> IO ()

    gio System.GIO.File.FileInfo

    Sets the attribute to contain the given attrValue, if possible.

Page 128 of many | Previous | Next