From 141e996e61be7d2d9f7db674dd5396fc9a8df106 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..c0b6b3e --- /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.