racket/pkgs/racket-doc/scribblings/reference/io.scrbl
Matthew Flatt 2d4f3e2ac9 remove the "racket-pkgs" directory layer
The layer is now redundant, since everything left in "pkgs" is in the
"racket-pkgs" category.
2014-12-08 05:22:59 -07:00

21 lines
529 B
Racket

#lang scribble/doc
@(require "mz.rkt")
@title[#:tag "input-and-output" #:style 'toc]{Input and Output}
@guideintro["i/o"]{Ports and I/O}
@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"]