Hoogle Search

Within LTS Haskell 24.13 (ghc-9.10.3)

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

  1. ApplicativeDo :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  2. ApplicativeDo :: Extension

    template-haskell Language.Haskell.TH.LanguageExtensions

    No documentation available.

  3. data ApplicativeArg idL

    ghc Language.Haskell.Syntax.Expr

    Applicative Argument

  4. ApplicativeArgMany :: XApplicativeArgMany idL -> [ExprLStmt idL] -> HsExpr idL -> LPat idL -> HsDoFlavour -> ApplicativeArg idL

    ghc Language.Haskell.Syntax.Expr

    No documentation available.

  5. ApplicativeArgOne :: XApplicativeArgOne idL -> LPat idL -> LHsExpr idL -> Bool -> ApplicativeArg idL

    ghc Language.Haskell.Syntax.Expr

    No documentation available.

  6. ApplicativeStmt :: XApplicativeStmt idL idR body -> [(SyntaxExpr idR, ApplicativeArg idL)] -> Maybe (SyntaxExpr idR) -> StmtLR idL idR body

    ghc Language.Haskell.Syntax.Expr

    ApplicativeStmt represents an applicative expression built with <$> and <*>. It is generated by the renamer, and is desugared into the appropriate applicative expression by the desugarer, but it is intended to be invisible in error messages. For full details, see Note [ApplicativeDo] in GHC.Rename.Expr

  7. ApplicativeDo :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Allows do-notation for types that are Applicative as well as Monad. When enabled, desugaring do notation tries to use (*) and fmap and join as far as possible.

  8. class Functor f => ApplicativeS (f :: Type -> Type)

    selective Control.Selective.Multi

    An alternative definition of applicative functors, as witnessed by ap and matchOne. This class is almost like Selective but has a strict constraint on t.

  9. ApplicativeDo :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

  10. data ApplicativeArg idL

    ghc-lib-parser GHC.Hs.Expr

    Applicative Argument

Page 8 of many | Previous | Next