15 lines
398 B
Racket
15 lines
398 B
Racket
#lang scribble/manual
|
|
@require[@for-label[phc-graph
|
|
racket/base]]
|
|
|
|
@title{Ph.C Graph library}
|
|
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
|
|
|
|
This library is implmented using literate programming. The
|
|
implementation details are presented in
|
|
@other-doc['(lib "phc-graph/scribblings/phc-graph-implementation.scrbl")].
|
|
|
|
@defmodule[phc-graph]
|
|
|
|
Package Description Here
|