Skip to content
Snippets Groups Projects
Commit 865513b2 authored by Ömer Sinan Ağacan's avatar Ömer Sinan Ağacan Committed by Marge Bot
Browse files

Fix BNF in user manual 6.6.8.2: formal syntax for instance declarations

parent 609e6225
No related branches found
No related tags found
No related merge requests found
......@@ -139,8 +139,8 @@ BNF-style grammar for the tops of instance declarations below.
| arg_type infix_cls_tycon arg_type
| '(' arg_type infix_cls_tycon arg_type ')' arg_types
arg_type ::= <empty>
| arg_type arg_types
arg_types ::= <empty>
| arg_type arg_types
opt_where ::= <empty>
| 'where'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment