Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. getBoolFilterInvert :: (MonadIO m, IsBoolFilter o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Get the value of the “invert” property. When overloading is enabled, this is equivalent to

    get boolFilter #invert
    

  2. setBoolFilterExpression :: (MonadIO m, IsBoolFilter o, IsExpression a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Set the value of the “expression” property. When overloading is enabled, this is equivalent to

    set boolFilter [ #expression := value ]
    

  3. setBoolFilterInvert :: (MonadIO m, IsBoolFilter o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Set the value of the “invert” property. When overloading is enabled, this is equivalent to

    set boolFilter [ #invert := value ]
    

  4. toBoolFilter :: (MonadIO m, IsBoolFilter o) => o -> m BoolFilter

    gi-gtk4 GI.Gtk.Objects.BoolFilter

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

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

    gi-gtk4 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.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets key to a boolean value.

  7. GBool :: Bool -> GValueBody

    greskell Data.Greskell

    No documentation available.

  8. runBool :: Logic Bool -> Bool

    greskell Data.Greskell.Logic

    Run the logic tree of Bool values to get the result.

  9. eqTypeRepBool :: forall ka kb (a :: ka) (b :: kb) . TypeRep a -> TypeRep b -> Bool

    grisette Grisette.Internal.SymPrim.Prim.Internal.Utils

    Compare two type representations for equality.

  10. module Grisette.Internal.SymPrim.SymBool

    No documentation available.

Page 152 of many | Previous | Next