racket/collects/syntax/scribblings/to-string.scrbl
Eli Barzilay ac26fe7554 A ton of @scheme*' -> @racket*' and related updates.
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04:00

13 lines
397 B
Racket

#lang scribble/doc
@(require "common.rkt" (for-label syntax/to-string))
@title[#:tag "to-string"]{Rendering Syntax Objects with Formatting}
@defmodule[syntax/to-string]
@defproc[(syntax->string [stx-list stx-list?]) string?]{
Builds a string with newlines and indenting according to the source
locations in @racket[stx-list]; the outer pair of parens are not
rendered from @racket[stx-list].}