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