[Git][ghc/ghc][wip/sand-witch/pattern- at a-binders] Fix typo
Andrei Borzenkov (@sand-witch)
gitlab at gitlab.haskell.org
Tue Jul 11 18:45:43 UTC 2023
Andrei Borzenkov pushed to branch wip/sand-witch/pattern- at a-binders at Glasgow Haskell Compiler / GHC
Commits:
bb97b95f by Andrei Borzenkov at 2023-07-11T22:45:32+04:00
Fix typo
- - - - -
1 changed file:
- compiler/GHC/Rename/Pat.hs
Changes:
=====================================
compiler/GHC/Rename/Pat.hs
=====================================
@@ -1475,7 +1475,7 @@ when we have multiple patterns in a function LHS
f'' (Proxy @k) (Proxy @(a :: k)) = ...
g'' (Proxy @(a :: k)) (Proxy @k) = ...
-And if we tried to provide order sensitivity at this level, then we'd still be left
+And if we tried to avoid order sensitivity at this level, then we'd still be left
with lambdas:
f''' (Proxy @k) = \(Proxy @(a :: k)) -> ...
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bb97b95f46ea2209986ec819880882b20bf7f51a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bb97b95f46ea2209986ec819880882b20bf7f51a
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230711/28acd5ee/attachment.html>
More information about the ghc-commits
mailing list