Clarification

This commit is contained in:
Tony Garnock-Jones 2018-09-28 11:12:35 +01:00
parent 4f65284ef9
commit 4187ccb77d
1 changed files with 2 additions and 1 deletions

View File

@ -294,7 +294,8 @@ Any `Value` may be preceded by whitespace.
String / ByteString / Symbol
Each `Record` is its label-`Value` followed by a parenthesised
grouping of its field-`Value`s.
grouping of its field-`Value`s. Whitespace is not permitted between
the label and the open-parenthesis.
Record = Value "(" *Value ws ")"