From f30f38a36687e926b015d0ed78fb7a36d58d80a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= <georges.duperon@gmail.com> Date: Mon, 6 Feb 2017 00:03:48 +0100 Subject: [PATCH] Use #:indirect to avoid cyclic dependency on aful. --- scribblings/scribble-enhanced.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/scribble-enhanced.scrbl b/scribblings/scribble-enhanced.scrbl index 8f9f069a..9cf5eaaf 100644 --- a/scribblings/scribble-enhanced.scrbl +++ b/scribblings/scribble-enhanced.scrbl @@ -195,7 +195,7 @@ The code above renders as follows: @racket[(racketblock a x y z c)]. 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)"]: @racketblock[