Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. module Data.Algebra.Boolean

    No documentation available.

  2. class Boolean b

    cond Data.Algebra.Boolean

    A class for boolean algebras. Instances of this class are expected to obey all the laws of boolean algebra). Minimal complete definition: true or false, not or (<-->, false), || or &&.

  3. data BoolStyle

    configurator-export Data.Configurator.Export

    The style of boolean literals display Bools as. Both are accepted by configurator's parser.

  4. type BoolPred (p :: k ~> Bool) = PMap p EqualTo 'True

    decidable Data.Type.Predicate

    Convert a tradtional k ~> Bool predicate into a Predicate.

    BoolPred :: (k ~> Bool) -> Predicate k
    

  5. class Boolean b

    ersatz Ersatz.Bit

    The normal Bool operators in Haskell are not overloaded. This provides a richer set that are. Instances for this class for product-like types can be automatically derived for any type that is an instance of Generic

  6. module GI.Gtk.Objects.BoolFilter

    GtkBoolFilter evaluates a boolean GtkExpression to determine whether to include items.

  7. newtype BoolFilter

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Memory-managed wrapper type.

  8. BoolFilter :: ManagedPtr BoolFilter -> BoolFilter

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    No documentation available.

  9. BoolAtom :: Bool -> SExpr

    grisette Grisette.Core

    No documentation available.

  10. BoolAtom :: Bool -> SExpr

    grisette Grisette.Internal.Core.Data.SExpr

    No documentation available.

Page 31 of many | Previous | Next