A typed interface to the Racket generic graph library.
Go to file
Sergiu Ivanov bfa5509d09 Reword the section on bug reporting. 2021-10-10 17:35:06 +02:00
LICENSE Add the license. 2020-12-27 22:56:59 +01:00
README.md State plainly that this typed interface is incomplete. 2021-10-10 17:30:21 +02:00
graph.rkt graph.rkt: Say that graph properties are not supported. 2021-08-06 00:31:26 +02:00
info.rkt Fix the dependencies. 2020-12-29 22:55:04 +01:00
manual.scrbl Reword the section on bug reporting. 2021-10-10 17:35:06 +02:00

README.md

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.

Free to submit patches to me by E-mail. I will try my best to review and apply them within a reasonable time frame.