racket/collects/r6rs/private/base-for-syntax.ss
Matthew Flatt 5aeaf7ea75 R6RS docs, other misc clean-up
svn: r9349
2008-04-17 21:29:07 +00:00

13 lines
266 B
Scheme

#lang scheme/base
;; This module exists for documentaiton purposes: the
;; for-syntax exports of `rnrs/base-6' are exported
;; from here in phase 0
(require r6rs/private/identifier-syntax)
(provide syntax-rules
identifier-syntax
...
_)