13 lines
266 B
Scheme
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
|
|
...
|
|
_)
|