racket/pkgs/racket-doc/scribblings/foreign/derived.scrbl
Matthew Flatt 59ef254318 switch to a new, Racket-implemented expander & module system
This commit merges changes that were developed in the "racket7" repo.
See that repo (which is no longer modified) for a more fine-grained
change history.

The commit includes experimental support for running Racket on Chez
Scheme, but that "CS" variant is not built by default.
2018-02-26 13:19:53 -07:00

26 lines
718 B
Racket

#lang scribble/doc
@(require "utils.rkt")
@title[#:style 'toc]{Derived Utilities}
@local-table-of-contents[]
@include-section["vector.scrbl"]
@include-section["cvector.scrbl"]
@include-section["cpointer.scrbl"]
@include-section["serialize-cstruct.scrbl"]
@include-section["define.scrbl"]
@include-section["alloc.scrbl"]
@include-section["custodian.scrbl"]
@include-section["atomic.scrbl"]
@include-section["try-atomic.scrbl"]
@include-section["schedule.scrbl"]
@include-section["port.scrbl"]
@include-section["global.scrbl"]
@include-section["os-thread.scrbl"]
@include-section["objc.scrbl"]
@include-section["ns.scrbl"]
@include-section["com.scrbl"]
@include-section["file.scrbl"]
@include-section["winapi.scrbl"]