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.
-
template-haskell Language.Haskell.TH No documentation available.
-
template-haskell Language.Haskell.TH.LanguageExtensions No documentation available.
-
ghc Language.Haskell.Syntax.Expr Applicative Argument
-
ghc Language.Haskell.Syntax.Expr No documentation available.
ApplicativeArgOne :: XApplicativeArgOne idL -> LPat idL -> LHsExpr idL -> Bool -> ApplicativeArg idLghc Language.Haskell.Syntax.Expr No documentation available.
-
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
ApplicativeDo :: KnownExtensionCabal-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.
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.
-
ghc-boot-th GHC.LanguageExtensions.Type No documentation available.
-
ghc-lib-parser GHC.Hs.Expr Applicative Argument