From 646d15ad8f1119f339998ee8dd79ea96cfd1d165 Mon Sep 17 00:00:00 2001 From: Eric Lindblad Date: Tue, 13 Sep 2022 10:31:23 +0200 Subject: Fix typos This fixes various typos and spelling mistakes in the compiler. Fixes #21891 --- compiler/Language/Haskell/Syntax/Expr.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/Language/Haskell/Syntax/Expr.hs') diff --git a/compiler/Language/Haskell/Syntax/Expr.hs b/compiler/Language/Haskell/Syntax/Expr.hs index 8dda0c8c81..cc1504a9ea 100644 --- a/compiler/Language/Haskell/Syntax/Expr.hs +++ b/compiler/Language/Haskell/Syntax/Expr.hs @@ -98,7 +98,7 @@ type LHsRecProj p arg = XRec p (RecProj arg) @ The @fbind@ rule is then given the type @fbind :: { forall b. -DisambECP b => PV (Fbind b) }@ accomodating both alternatives: +DisambECP b => PV (Fbind b) }@ accommodating both alternatives: @ type Fbind b = Either (LHsRecField GhcPs (LocatedA b)) @@ -1166,7 +1166,7 @@ data StmtLR idL idR body -- body should always be (LHs**** idR) (SyntaxExpr idR) -- The `>>=` operator -- See notes [Monad Comprehensions] -- After renaming, the ids are the binders - -- bound by the stmts and used after themp + -- bound by the stmts and used after them | TransStmt { trS_ext :: XTransStmt idL idR body, -- Post typecheck, -- cgit v1.2.1