Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

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

    dhall Dhall.Core

    BoolEQ  x y                              ~  x == y
    

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

  3. BoolLit :: Bool -> Expr s a

    dhall Dhall.Core

    BoolLit b                                ~  b
    

  4. BoolNE :: Expr s a -> Expr s a -> Expr s a

    dhall Dhall.Core

    BoolNE  x y                              ~  x != y
    

  5. BoolOr :: Expr s a -> Expr s a -> Expr s a

    dhall Dhall.Core

    BoolOr  x y                              ~  x || y
    

  6. BoolVal :: Bool -> Val a

    doctemplates Text.DocTemplates

    No documentation available.

  7. BoolVal :: Bool -> Val a

    doctemplates Text.DocTemplates.Internal

    No documentation available.

  8. Boolean :: BaseTypeName

    lsp-types Language.LSP.MetaModel.Types

    No documentation available.

  9. BooleanLiteralType :: Bool -> Type

    lsp-types Language.LSP.MetaModel.Types

    No documentation available.

  10. Boolean :: Schema

    avro Data.Avro

    No documentation available.

Page 22 of many | Previous | Next