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. printSettingsSetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets key to a boolean value.

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

    ginger Text.Ginger.GVal

    Get value's truthiness

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

  4. FileAttributeTypeBool :: FileAttributeType

    gio System.GIO.File.FileAttribute

    No documentation available.

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

    gio System.GIO.File.FileInfo

    Gets the value of a boolean attribute.

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

    gio System.GIO.File.FileInfo

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

  7. gbooleanToBool :: Int32 -> Bool

    glib-stopgap System.GLib.Bool

    No documentation available.

  8. ConstBoolean :: Bool -> ConstValue

    graphql Language.GraphQL.AST.Document

    No documentation available.

  9. makeColumnIdBool :: Int -> ColumnId row Bool

    gtk Graphics.UI.Gtk.ModelView.TreeModel

    Create a ColumnId to extract an Boolean.

  10. printSettingsGetBool :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Bool

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Returns the boolean represented by the value that is associated with key. The string "true" represents True, any other string False.

Page 133 of many | Previous | Next