typed-graph/README.md

13 lines
525 B
Markdown

# Typed Interface for the Generic Graph Library
This library provides an incomplete typed interface to the [generic
graph library](https://docs.racket-lang.org/graph/index.html).
As the name says it, the graph library relies on Racket generics quite
a bit, which are not supported by Typed Racket as of 2021-10-10.
Furthermore, the graph library defines a number of cool and elegant
macros, which I haven't figured out how to get working with Typed
Racket yet.
Contributions, comments, bug reports, etc. are very welcome!