racket/pkgs/racket-doc/syntax/scribblings/syntax-object-helpers.scrbl
Matthew Flatt 2d4f3e2ac9 remove the "racket-pkgs" directory layer
The layer is now redundant, since everything left in "pkgs" is in the
"racket-pkgs" category.
2014-12-08 05:22:59 -07:00

15 lines
381 B
Racket

#lang scribble/doc
@(require "common.rkt")
@title[#:tag "syntax-helpers"]{Syntax Object Helpers}
@include-section["stx.scrbl"]
@include-section["kerncase.scrbl"]
@include-section["id-table.scrbl"]
@include-section["boundmap.scrbl"]
@include-section["to-string.scrbl"]
@include-section["free-vars.scrbl"]
@include-section["strip-context.scrbl"]
@include-section["keyword.scrbl"]