racket/collects/syntax/scribblings/common.ss
Eli Barzilay 093fe73855 * Minor extension (#:wrapper2 can accept an stx? boolean too)
* Added a more sophisticated test (scribble syntax with an arbitrary
  language), based on documentation example
* Documentation

svn: r11502
2008-09-01 04:23:50 +00:00

14 lines
406 B
Scheme

#lang scheme/base
(require scribble/manual
(for-label scheme/base
scheme/contract))
(provide (all-from-out scribble/manual)
(for-label (except-out (all-from-out scheme/base
scheme/contract)
#%module-begin))
refman)
(define refman '(lib "scribblings/reference/reference.scrbl"))