summaryrefslogtreecommitdiff
path: root/language/l2_parse.ott
diff options
context:
space:
mode:
Diffstat (limited to 'language/l2_parse.ott')
-rw-r--r--language/l2_parse.ott2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/l2_parse.ott b/language/l2_parse.ott
index 99465f65..20b6ef2b 100644
--- a/language/l2_parse.ott
+++ b/language/l2_parse.ott
@@ -521,7 +521,7 @@ pat :: 'P_' ::=
% | ( pat : typ ) :: :: typ
% {{ com Typed patterns }}
% C-style
- | ( atyp pat ) :: :: typ
+ | ( < atyp > pat ) :: :: typ
{{ com typed pattern }}
| id :: :: id