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.
printSettingsSetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets key to a boolean value.
asBoolean :: GVal (m :: Type -> Type) -> Boolginger Text.Ginger.GVal Get value's truthiness
toBoolean :: forall (m :: Type -> Type) . GVal m -> Boolginger 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.
FileAttributeTypeBool :: FileAttributeTypegio System.GIO.File.FileAttribute No documentation available.
fileInfoGetAttributeBool :: (FileInfoClass info, GlibString string) => info -> string -> IO Boolgio System.GIO.File.FileInfo Gets the value of a boolean attribute.
-
gio System.GIO.File.FileInfo Sets the attribute to contain the given attrValue, if possible.
gbooleanToBool :: Int32 -> Boolglib-stopgap System.GLib.Bool No documentation available.
ConstBoolean :: Bool -> ConstValuegraphql Language.GraphQL.AST.Document No documentation available.
makeColumnIdBool :: Int -> ColumnId row Boolgtk Graphics.UI.Gtk.ModelView.TreeModel Create a ColumnId to extract an Boolean.
printSettingsGetBool :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Boolgtk 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.