Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

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

    ginger Text.Ginger.GVal

    Get value's truthiness

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

  3. FileAttributeTypeBool :: FileAttributeType

    gio System.GIO.File.FileAttribute

    No documentation available.

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

    gio System.GIO.File.FileInfo

    Gets the value of a boolean attribute.

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

    gio System.GIO.File.FileInfo

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

  6. gbooleanToBool :: Int32 -> Bool

    glib-stopgap System.GLib.Bool

    No documentation available.

  7. ConstBoolean :: Bool -> ConstValue

    graphql Language.GraphQL.AST.Document

    No documentation available.

  8. makeColumnIdBool :: Int -> ColumnId row Bool

    gtk Graphics.UI.Gtk.ModelView.TreeModel

    Create a ColumnId to extract an Boolean.

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

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Sets key to a boolean value.

Page 134 of many | Previous | Next