racket/collects/syntax/scribblings/to-string.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -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 @scheme[stx-list]; the outer pair of parens are not
rendered from @scheme[stx-list].}