typed-graph/README.md

14 lines
581 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
Free to submit patches to me by E-mail. I will try my best to review
and apply them within a reasonable time frame.