Compare commits

...

2 Commits

Author SHA1 Message Date
Sergiu Ivanov a521c68c8f Add README. 2020-12-28 22:59:39 +01:00
Sergiu Ivanov c8cd64c5df manual: interface to → interface for 2020-12-28 22:57:45 +01:00
2 changed files with 10 additions and 1 deletions

9
README.md Normal file
View File

@ -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.

View File

@ -2,7 +2,7 @@
@(require (for-label (only-in typed/racket require/typed require/typed/provide)))
@title{Typed Interface to the Generic Graph Library}
@title{Typed Interface for the Generic Graph Library}
@author[@author+email["Sergiu Ivanov" "sivanov@colimite.fr"]]