Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 5db98d80 by Simon Hengel at 2025-10-02T18:43:53-04:00 Fix typo - - - - - 1 changed file: - compiler/GHC/Parser/PostProcess.hs Changes: ===================================== compiler/GHC/Parser/PostProcess.hs ===================================== @@ -2778,7 +2778,7 @@ the appropriate component of the product, discarding the rest: checkPatOf3 (_, _, p) = p -- interpret as a pattern We can easily define ambiguities between arbitrary subsets of interpretations. -For example, when we know ahead of type that only an expression or a command is +For example, when we know ahead of time that only an expression or a command is possible, but not a pattern, we can use a smaller type: type ExpCmd = (PV (LHsExpr GhcPs), PV (LHsCmd GhcPs)) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5db98d80d4a64cb866ab4b74acc16a49... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5db98d80d4a64cb866ab4b74acc16a49... You're receiving this email because of your account on gitlab.haskell.org.