* Allow empty attribute (argument) sets.

This commit is contained in:
Eelco Dolstra 2003-10-31 12:21:01 +00:00
parent 7db08cc924
commit f1c1a3c97f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ exports
"{" {Id ","}* "}" ":" Expr
-> Expr {cons("Function"), right}
"{" {Bind ","}+ "}"
"{" {Bind ","}* "}"
-> Expr {cons("Attrs")}
Id "=" Expr