www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6d3b41875095d0f18d6e1d88bf7a8ed3981fe999
parent 8f836d6c16f8e140b696dac32d112b562824d0be
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon, 19 Sep 2016 17:37:05 +0200

Fixed documentation: expand-all-expanders-of-type should be expand-syntax-tree-with-expanders-of-type

Diffstat:
Mprivate/define-expanders.scrbl | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/private/define-expanders.scrbl b/private/define-expanders.scrbl @@ -23,6 +23,7 @@ expanders for use with other macros. environment} @item{@code{expand-all-id-expanders} - a procedure bound at phase @; TODO: expand-all-expanders-of-type is not documented - level 1 that's equivalent to @racket[expand-all-expanders-of-type] with - the @code{id-expander-type} as the type argument} + level 1 that's equivalent to + @racket[expand-syntax-tree-with-expanders-of-type] with the + @code{id-expander-type} as the type argument} ]}