Skip to content

Commit

Permalink
doc: remove debug-scopes dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bennn committed May 31, 2018
1 parent 937c396 commit 0f1ad7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/racket-doc/scribblings/reference/trace.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ number indicating the depth of the call.

Modifying this and @racket[current-trace-print-results] is useful to to get more
readable or additional output when tracing syntax transformers.
For example, we can use @racketmodname[debug-scopes] to add scopes information
to the trace, (see @racketmodname[debug-scopes] for an example),
For example, we can use @racketmodname[debug-scopes #:indirect] to add scopes information
to the trace, (see @racketmodname[debug-scopes #:indirect] for an example),
or remove source location information to just display the shape of the syntax
object

Expand Down

0 comments on commit 0f1ad7d

Please sign in to comment.