Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

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

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

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  4. type HsStmtContextRn = HsStmtContext LIdP GhcRn

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  5. OrigStmt :: ExprLStmt GhcRn -> HsThingRn

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  6. data RecStmtTc

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  8. type family XApplicativeStmt x x'

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  9. data XBindStmtRn

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  10. XBindStmtRn :: SyntaxExpr GhcRn -> FailOperator GhcRn -> XBindStmtRn

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

Page 68 of many | Previous | Next