aboutsummaryrefslogtreecommitdiff
path: root/docs/syntax-summary.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/syntax-summary.txt')
-rw-r--r--docs/syntax-summary.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syntax-summary.txt b/docs/syntax-summary.txt
index 519180775..0a52ec802 100644
--- a/docs/syntax-summary.txt
+++ b/docs/syntax-summary.txt
@@ -96,7 +96,7 @@ grammar.
ClassQualifier ::= `[' id `]'
Type ::= FunArgTypes `=>' Type Function(ts, t)
- | HkTypeParamClause `->' Type TypeLambda(ps, t)
+ | HkTypeParamClause `=>' Type TypeLambda(ps, t)
| InfixType
FunArgTypes ::= InfixType
| `(' [ FunArgType {`,' FunArgType } ] `)'