racket/collects/scribblings/reference/io.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

21 lines
561 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["reader.scrbl"]
@include-section["printer.scrbl"]
@include-section["pretty-print.scrbl"]
@include-section["readtables.scrbl"]
@include-section["custom-write.scrbl"]
@include-section["serialization.scrbl"]
@include-section["fasl.scrbl"]