diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-03-30 11:04:37 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-03-30 11:04:37 +0200 |
commit | a76e6f55c28a176c175b45b7279a1d20286bf56b (patch) | |
tree | d8d984e9853e6b9299886bf624539a844a2e7242 /compiler/parser | |
parent | cb9a1e6875ac636f7c150ffacc272a2594a192dc (diff) | |
download | haskell-a76e6f55c28a176c175b45b7279a1d20286bf56b.tar.gz |
Typos in non-code
Diffstat (limited to 'compiler/parser')
-rw-r--r-- | compiler/parser/Lexer.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index 4eb8fd35a2..d28d5847b6 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -526,7 +526,7 @@ $tab { warnTab } -- expressions and patterns use the same parser, and also because we want -- to allow type patterns within expression patterns. -- --- Disambiguation is accomplished by requiring *something* to appear betwen +-- Disambiguation is accomplished by requiring *something* to appear between -- type application and the preceding token. This something must end with -- a character that cannot be the end of the variable bound in an as-pattern. -- Currently (June 2015), this means that the something cannot end with a |