Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. data AnnTransStmt

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  2. AnnTransStmt :: EpToken "then" -> Maybe (EpToken "group") -> Maybe (EpToken "by") -> Maybe (EpToken "using") -> AnnTransStmt

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  3. data ApplicativeStmt idL idR

    ghc-lib-parser GHC.Hs.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

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

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  5. type HsStmtContextRn = HsStmtContext LIdP GhcRn

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  6. OrigStmt :: ExprLStmt GhcRn -> HsThingRn

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  7. data RecStmtTc

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  8. RecStmtTc :: Type -> [PostTcExpr] -> [PostTcExpr] -> Type -> RecStmtTc

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  9. type family XApplicativeStmt x x'

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  10. data XBindStmtRn

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

Page 68 of many | Previous | Next