Home
last modified time | relevance | path

Searched defs:rn_rec_stmt_lhs (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnExpr.hs1096 rn_rec_stmt_lhs _ (L loc (BodyStmt _ body a b)) function
1099 rn_rec_stmt_lhs _ (L loc (LastStmt _ body noret a)) function
1102 rn_rec_stmt_lhs fix_env (L loc (BindStmt _ pat body a b)) function
1108 rn_rec_stmt_lhs _ (L _ (LetStmt _ (L _ binds@(HsIPBinds {})))) function
1111 rn_rec_stmt_lhs fix_env (L loc (LetStmt _ (L l (HsValBinds x binds)))) function
1119 rn_rec_stmt_lhs fix_env (L _ (RecStmt { recS_stmts = stmts })) -- Flatten Rec inside Rec function
1122 rn_rec_stmt_lhs _ stmt@(L _ (ParStmt {})) -- Syntactically illegal in mdo function
1128 rn_rec_stmt_lhs _ stmt@(L _ (ApplicativeStmt {})) -- Shouldn't appear yet function
1131 rn_rec_stmt_lhs _ (L _ (LetStmt _ (L _ (EmptyLocalBinds _)))) function
1133 rn_rec_stmt_lhs _ (L _ (LetStmt _ (L _ (XHsLocalBindsLR nec)))) function
[all …]