racket/collects/profj/scribblings/htdc.scrbl
2008-05-07 21:15:36 +00:00

22 lines
568 B
Racket

#lang scribble/doc
@(require scribble/manual)
@title{@italic{How to Design Classes} Languages}
The languages documented in this manual are provided by DrScheme to be
used with the @italic{How to Design Classes} book.
@table-of-contents[]
@;------------------------------------------------------------------------
@include-section["beginner.scrbl"]
@include-section["intermediate.scrbl"]
@include-section["intermediate-access.scrbl"]
@include-section["advanced.scrbl"]
@;------------------------------------------------------------------------
@index-section[]