Fix match documentation - () is not a literal.

svn: r8857
This commit is contained in:
Sam Tobin-Hochstadt 2008-03-03 18:44:54 +00:00
parent 547092db4c
commit a8d6e611fe

View File

@ -30,8 +30,7 @@ pat ::= id @match anything, bind identifier
| (get! id) @match anything, bind as getter
| (QUASIQUOTE qp) @match a quasipattern
| derived-pattern @match using extension
literal ::= () @match the empty list
| #t @match true
literal ::= #t @match true
| #f @match false
| string @match equal% string
| bytes @match equal% byte string