diff options
author | Camil Staps | 2016-09-24 15:01:38 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-24 15:01:38 +0200 |
commit | 6c80a553dedd7dc037ea036038b41975d5f80bd5 (patch) | |
tree | e64afc9285be272d9d104d9c2dda3a0a9b919fd7 /doc | |
parent | Added examples (diff) |
Remove strictness annotations from doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/grammar.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grammar.tex b/doc/grammar.tex index 65ec537..00e24b8 100644 --- a/doc/grammar.tex +++ b/doc/grammar.tex @@ -17,7 +17,7 @@ <Arg-list> ::= <Arg> ` ' <Arg-list> | <empty> - <Arg> ::= [`!'] <Simple-expr> + <Arg> ::= <Simple-expr> <Simple-expr> ::= <Int> \alt <Name> |