25 lines
546 B
Racket
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"]
|