racket/collects/scribblings/reference/io.scrbl
Matthew Flatt 2d1b0172fb move Reference reader & prnter docs to the model chapel
instead of having those sections buried in the I/O chapter
2011-08-28 18:15:43 -06:00

19 lines
494 B
Racket

#lang scribble/doc
@(require "mz.rkt")
@title[#:tag "input-and-output" #:style 'toc]{Input and Output}
@local-table-of-contents[]
@include-section["ports.scrbl"]
@include-section["string-input.scrbl"]
@include-section["string-output.scrbl"]
@include-section["read.scrbl"]
@include-section["write.scrbl"]
@include-section["pretty-print.scrbl"]
@include-section["readtables.scrbl"]
@include-section["custom-write.scrbl"]
@include-section["serialization.scrbl"]
@include-section["fasl.scrbl"]