racket/collects/unstable/cce/reference/manual.scrbl
Carl Eastlund ce85a96978 Moved the contents of unstable/cce/syntax to multiple other modules:
unstable/syntax, unstable/contract, and unstable/planet-syntax.
2010-06-06 20:31:32 -04:00

25 lines
546 B
Racket

#lang scribble/doc
@(require scribble/manual
"../../scribblings/utils.rkt"
"../scribble.ss"
(for-label scheme/base))
@title[#:style '(toc)]{@bold{Carl Eastlund's Scheme Utilities}}
@unstable[@author+email["Carl Eastlund" "cce@racket-lang.org"]]
@table-of-contents[]
@include-section["set.scrbl"]
@include-section["define.scrbl"]
@include-section["require-provide.scrbl"]
@include-section["planet.scrbl"]
@include-section["debug.scrbl"]
@include-section["scribble.scrbl"]
@include-section["slideshow.scrbl"]