typed-graph/README.md

13 lines
525 B
Markdown
Raw Normal View History

2020-12-28 22:59:39 +01:00
# 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).
2020-12-28 22:59:39 +01:00
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.
2020-12-28 22:59:39 +01:00
Contributions, comments, bug reports, etc. are very welcome!