Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. data BoolQuery

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  2. BoolQuery :: [Query] -> [Filter] -> [Query] -> [Query] -> Maybe MinimumMatch -> Maybe Boost -> Maybe DisableCoord -> BoolQuery

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  3. BoolValue :: Bool -> BucketValue

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  4. data BooleanOperator

    bloodhound Database.Bloodhound.Common.Types

    BooleanOperator is the usual And/Or operators with an ES compatible JSON encoding baked in. Used all over the place.

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

    bugzilla-redhat Web.RedHatBugzilla

    No documentation available.

  6. BoolLit :: Bool -> Literal

    clash-lib Clash.Netlist.Types

    Boolean literal

  7. module Data.Algebra.Boolean

    No documentation available.

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

  9. data BoolStyle

    configurator-export Data.Configurator.Export

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

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

Page 31 of many | Previous | Next