Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. BoolFieldChange :: Field Bool -> Modification Bool -> Change

    bugzilla-redhat Web.RedHatBugzilla

    No documentation available.

  2. BoolLit :: Bool -> Literal

    clash-lib Clash.Netlist.Types

    Boolean literal

  3. module Data.Algebra.Boolean

    No documentation available.

  4. 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 &&.

  5. data BoolStyle

    configurator-export Data.Configurator.Export

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

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

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

  8. BoolAtom :: Bool -> SExpr

    grisette Grisette.Core

    No documentation available.

  9. BoolAtom :: Bool -> SExpr

    grisette Grisette.Internal.Core.Data.SExpr

    No documentation available.

  10. pattern BoolConTerm :: Bool -> Term a

    grisette Grisette.Internal.SymPrim.Prim.Internal.Term

    Pattern matcher for concrete Bool terms.

Page 32 of many | Previous | Next