Use #:indirect to avoid cyclic dependency on aful.

This commit is contained in:
Georges Dupéron 2017-02-06 00:03:48 +01:00
parent 167ae897a0
commit f30f38a366

View File

@ -195,7 +195,7 @@ The code above renders as follows:
@racket[(racketblock a x y z c)]. @racket[(racketblock a x y z c)].
As an example, here is the @racket['scribble-render-as] procedure used by As an example, here is the @racket['scribble-render-as] procedure used by
@racketmodname[aful], to render the lambda shorthand notation @racketmodname[aful #:indirect], to render the lambda shorthand notation
@racket["#λ(+ % 1)"]: @racket["#λ(+ % 1)"]:
@racketblock[ @racketblock[