From 991ab9492297e3c96c724ad8de81840f6ff4c906 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 28 Dec 2020 22:59:39 +0100 Subject: [PATCH] Add README. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..adedfef --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Typed Interface for the Generic Graph Library + +This module provides a typed interface to the [generic graph +library](https://docs.racket-lang.org/graph/index.html). + +This module is currently **work in progress** and multiple planned +features may still be missing. + +For more details, refer to the Scribble documentation of the package.