Fixing pr11148 via documentation

This commit is contained in:
Jay McCarthy 2010-08-30 14:17:30 -06:00
parent ef664d531f
commit 052139eb4e

View File

@ -412,6 +412,9 @@ The @MUTATE-LANG language supports the following syntactic forms:
@schemeblock[if and or cond case define define-values let let-values let* set! lambda λ quote error begin]
The syntax of @racket[define] is restricted to: @racket[(define (id arg-id ...) body ...+)].
The syntax of @racket[lambda] and @racket[λ] are restricted to: @racket[(lambda (arg-id ...) body ...+)].
The language also defines the following procedures:
@schemeblock[add1 sub1 zero? + - * / even? odd? = < > <= >= cons first rest