diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-03-29 15:34:32 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-03-30 12:10:30 +0200 |
commit | ff7094e5a80435ff68490c725029e762913a72d3 (patch) | |
tree | 234793f40e3f4bec47cfe41868189f2a4ce94ad1 /compiler/deSugar/Match.hs | |
parent | 01b062ec3fa138b92124ce7ca4deca0ddcb474ea (diff) | |
download | haskell-ff7094e5a80435ff68490c725029e762913a72d3.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'compiler/deSugar/Match.hs')
-rw-r--r-- | compiler/deSugar/Match.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/Match.hs b/compiler/deSugar/Match.hs index 692db8b036..33dd7990c7 100644 --- a/compiler/deSugar/Match.hs +++ b/compiler/deSugar/Match.hs @@ -662,7 +662,7 @@ is collected here, in @matchWrapper@. This function takes as arguments: \begin{itemize} \item -Typchecked @Matches@ (of a function definition, or a case or lambda +Typechecked @Matches@ (of a function definition, or a case or lambda expression)---the main input; \item An error message to be inserted into any (runtime) pattern-matching |