racket/collects/scribble/text/textlang.ss
Eli Barzilay 26b9bd6c3d * Added text utilities
* begin/collect, and a begin/text that is based on it (ignoring
  inter-defns spaces)
* include/text, available as `include' in the scribble/text langauge
* tests, only for begin/collect for now

svn: r11772
2008-09-16 00:46:35 +00:00

10 lines
312 B
Scheme

#lang scheme/base
(require "syntax-utils.ss" "output.ss" scheme/promise)
(provide (except-out (all-from-out scheme/base) #%module-begin)
(all-from-out "output.ss" scheme/promise)
begin/text
(rename-out [module-begin/text #%module-begin]
[include/text include]))