Appl package:ghc

Applicative Argument
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
Application
Application
Application
Application
Module that deals with expression application in JavaScript. In some cases we rely on pre-generated functions that are bundled with the RTS (see rtsApply).
Apply the monomorphism restriction, never quantifying over any constraints
Determines the type resulting from applying an expression with given type
Convert the QuoteWrapper into a normal HsWrapper which can be used to apply its contents.
Apply a function iff some condition is met.