A typed interface to the Racket generic graph library.
Go to file
Sergiu Ivanov cec1ff51b6 graph.rkt: Tidy up and structure in sections.
The sections are the same as in the documentation of the generic graph
library: https://docs.racket-lang.org/graph/index.html
2021-01-01 21:46:58 +01:00
LICENSE Add the license. 2020-12-27 22:56:59 +01:00
README.md Add README. 2020-12-28 23:01:17 +01:00
graph.rkt graph.rkt: Tidy up and structure in sections. 2021-01-01 21:46:58 +01:00
info.rkt Fix the dependencies. 2020-12-29 22:55:04 +01:00
manual.scrbl manual: interface to → interface for 2020-12-28 22:57:45 +01:00

README.md

Typed Interface for the Generic Graph Library

This module provides a typed interface to the generic graph library.

This module is currently work in progress and multiple planned features may still be missing.

For more details, refer to the Scribble documentation of the package.