Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. data BoolStyle

    configurator-export Data.Configurator.Export

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

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

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

  4. BoolAtom :: Bool -> SExpr

    grisette Grisette.Core

    No documentation available.

  5. BoolAtom :: Bool -> SExpr

    grisette Grisette.Internal.Core.Data.SExpr

    No documentation available.

  6. pattern BoolConTerm :: Bool -> Term a

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

    Pattern matcher for concrete Bool terms.

  7. pattern BoolTerm :: Term Bool -> Term a

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

    Pattern matcher for Bool terms.

  8. type BooleanFormula = BooleanFormula ()

    haskell-src-exts-simple Language.Haskell.Exts.Simple.Syntax

    No documentation available.

  9. newtype Boolean

    haxr Network.XmlRpc.DTD_XMLRPC

    No documentation available.

  10. Boolean :: String -> Boolean

    haxr Network.XmlRpc.DTD_XMLRPC

    No documentation available.

Page 32 of many | Previous | Next