type-expander/scribblings/type-expander-implementation.scrbl
2017-04-27 22:54:34 +02:00

13 lines
504 B
Racket

#lang scribble/manual
@title{Type expander: Implementation}
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
This library is implemented using literate programming. The implementation
details are presented in the following sections. The user documentation is in
the @other-doc['(lib "type-expander/scribblings/type-expander.scrbl")] document.
@(table-of-contents)
@include-section[(submod "../type-expander.hl.rkt" doc)]
@include-section[(submod "../more-expanders.hl.rkt" doc)]