diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-09-14 16:23:48 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-09-14 17:25:11 +0200 |
commit | b52f59369a7b986e8b3389b30025a3f010b736cb (patch) | |
tree | a1b9b74199c548db3c0ba0545e6eb67a0b1965f7 /docs/users_guide/exts/lambda_case.rst | |
parent | 7d7e71b03f4b2eb693f5ea69dadbccf491e7403f (diff) | |
download | haskell-wip/typos2.tar.gz |
Fix typoswip/typos2
Diffstat (limited to 'docs/users_guide/exts/lambda_case.rst')
-rw-r--r-- | docs/users_guide/exts/lambda_case.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/lambda_case.rst b/docs/users_guide/exts/lambda_case.rst index ca648fa904..4712da3d74 100644 --- a/docs/users_guide/exts/lambda_case.rst +++ b/docs/users_guide/exts/lambda_case.rst @@ -18,7 +18,7 @@ which is equivalent to :: \freshName -> case freshName of { p1 -> e1; ...; pN -> eN } -Since GHC 9.4.1, it also allow expressions with multiple scrutinees (see GHC +Since GHC 9.4.1, it also allows expressions with multiple scrutinees (see GHC proposal `#302 <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0302-cases.rst>`_) of the form :: |