Compare commits

..

No commits in common. "a521c68c8f3f2dc3990f7c0d4e45b3988eb898e6" and "1dde7d6cf924eedbdc32aabd967dddfff33e720c" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

@ -1,9 +0,0 @@
# 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 for the Generic Graph Library}
@title{Typed Interface to the Generic Graph Library}
@author[@author+email["Sergiu Ivanov" "sivanov@colimite.fr"]]