A typed interface to the Racket generic graph library.
Go to file
Sergiu Ivanov b9aea8d302 README: Make contributions very welcome. 2021-10-10 17:37:59 +02:00
LICENSE Add the license. 2020-12-27 22:56:59 +01:00
README.md README: Make contributions very welcome. 2021-10-10 17:37:59 +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.

Contributions, comments, bug reports, etc. are very welcome!