14 lines
503 B
Racket
14 lines
503 B
Racket
#lang scribble/manual
|
|
@require[@for-label[phc-graph
|
|
racket/base]]
|
|
|
|
@title{Ph.C Graph library: 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 "phc-graph/scribblings/phc-graph.scrbl")] document.
|
|
|
|
@(table-of-contents)
|
|
|
|
@include-section[(submod "../traversal.hl.rkt" doc)] |