Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. Boolean :: Bool -> ScalarValue

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  2. module Data.Parameterized.BoolRepr

    No documentation available.

  3. data BoolRepr (b :: Bool)

    parameterized-utils Data.Parameterized.BoolRepr

    A Boolean flag

  4. BoolLit :: Bool -> Tm

    flatparse FlatParse.Examples.BasicLambda.Parser

    true or false.

  5. module GHC.Data.BooleanFormula

    Boolean formulas without quantifiers and without negation. Such a formula consists of variables, conjunctions (and), and disjunctions (or). This module is used to represent minimal complete definitions for classes.

  6. data BooleanFormula a

    ghc-lib-parser GHC.Data.BooleanFormula

    No documentation available.

  7. BoolLit :: Bool -> StaticLit

    ghc-lib-parser GHC.StgToJS.Types

    No documentation available.

  8. BoolAnd :: Expr s a -> Expr s a -> Expr s a

    dhall Dhall.Core

    BoolAnd x y                              ~  x && y
    

  9. BoolEQ :: Expr s a -> Expr s a -> Expr s a

    dhall Dhall.Core

    BoolEQ  x y                              ~  x == y
    

  10. BoolIf :: Expr s a -> Expr s a -> Expr s a -> Expr s a

    dhall Dhall.Core

    BoolIf x y z                             ~  if x then y else z
    

Page 22 of many | Previous | Next