Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. data RecStmtTc

    ghc GHC.Hs.Expr

    No documentation available.

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

    ghc GHC.Hs.Expr

    No documentation available.

  3. data XBindStmtRn

    ghc GHC.Hs.Expr

    No documentation available.

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

    ghc GHC.Hs.Expr

    No documentation available.

  5. data XBindStmtTc

    ghc GHC.Hs.Expr

    No documentation available.

  6. XBindStmtTc :: SyntaxExpr GhcTc -> Type -> Mult -> FailOperator GhcTc -> XBindStmtTc

    ghc GHC.Hs.Expr

    No documentation available.

  7. isHsThingRnStmt :: HsThingRn -> Bool

    ghc GHC.Hs.Expr

    No documentation available.

  8. mkExpandedStmt :: ExprLStmt GhcRn -> HsExpr GhcRn -> HsExpr GhcRn

    ghc GHC.Hs.Expr

    Build an expression using the extension constructor XExpr, and the two components of the expansion: original do stmt and expanded expression

  9. mkExpandedStmtAt :: SrcSpanAnnA -> ExprLStmt GhcRn -> HsExpr GhcRn -> LHsExpr GhcRn

    ghc GHC.Hs.Expr

    Build an expression using the extension constructor XExpr, and the two components of the expansion: original do stmt and expanded expression an associate with a provided location

  10. mkExpandedStmtPopAt :: SrcSpanAnnA -> ExprLStmt GhcRn -> HsExpr GhcRn -> LHsExpr GhcRn

    ghc GHC.Hs.Expr

    Wrap the expanded version of the expression with a pop.

Page 30 of many | Previous | Next