diff options
Diffstat (limited to 'doc/grammar.tex')
-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 ee650c3..59026bd 100644 --- a/doc/grammar.tex +++ b/doc/grammar.tex @@ -38,5 +38,5 @@ <List> ::= `[' <Expr> `:' <List> `]' \alt `[]' - <Tuple> ::= `(' <Simple-expr> `,' <Simple-expr> `)' + <Tuple> ::= `(' <Expr> `,' <Expr> `)' \end{grammar} |