typed-graph/README.md

525 B

Typed Interface for the Generic Graph Library

This library provides an incomplete typed interface to the generic graph library.

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!