Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. BoolField :: ScalarField Bool

    proto-lens Data.ProtoLens.Message

    No documentation available.

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

    dhall Dhall.Core

    BoolAnd x y                              ~  x && y
    

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

    dhall Dhall.Core

    BoolEQ  x y                              ~  x == y
    

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

  5. BoolLit :: Bool -> Expr s a

    dhall Dhall.Core

    BoolLit b                                ~  b
    

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

    dhall Dhall.Core

    BoolNE  x y                              ~  x != y
    

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

    dhall Dhall.Core

    BoolOr  x y                              ~  x || y
    

  8. BoolVal :: Bool -> Val a

    doctemplates Text.DocTemplates

    No documentation available.

  9. BoolVal :: Bool -> Val a

    doctemplates Text.DocTemplates.Internal

    No documentation available.

  10. Boolean :: Schema

    avro Data.Avro

    No documentation available.

Page 22 of many | Previous | Next