Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
generic-case Generics.Case bool, implemented using gcaseR. Equivalent type signature:
boolR :: forall r. AnalysisR Bool r
The implementation is just:boolR = gcaseR @Bool
boolFilterGetExpression :: (HasCallStack, MonadIO m, IsBoolFilter a) => a -> m (Maybe Expression)gi-gtk4 GI.Gtk.Objects.BoolFilter Gets the expression that the filter uses to evaluate if an item should be filtered.
boolFilterGetInvert :: (HasCallStack, MonadIO m, IsBoolFilter a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.BoolFilter Returns whether the filter inverts the expression.
boolFilterNew :: (HasCallStack, MonadIO m, IsExpression a) => Maybe a -> m BoolFiltergi-gtk4 GI.Gtk.Objects.BoolFilter Creates a new bool filter.
-
gi-gtk4 GI.Gtk.Objects.BoolFilter Sets the expression that the filter uses to check if items should be filtered. The expression must have a value type of G_TYPE_BOOLEAN.
boolFilterSetInvert :: (HasCallStack, MonadIO m, IsBoolFilter a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.BoolFilter Sets whether the filter should invert the expression.
boolector :: GrisetteSMTConfiggrisette Grisette.Backend Solver configuration for Boolector. https://boolector.github.io/
boolector :: GrisetteSMTConfiggrisette Grisette.Internal.Backend.Solving Solver configuration for Boolector. https://boolector.github.io/
boolField :: String -> (Item a -> Bool) -> Context ahakyll Hakyll.Web.Template.Context Creates a field to use with the $if()$ template macro. Attempting to substitute the field into the template will cause an error.
boolFieldM :: String -> (Item a -> Compiler Bool) -> Context ahakyll Hakyll.Web.Template.Context Creates a field to use with the $if()$ template macro, in the Compiler monad. Attempting to substitute the field into the template will cause an error.