manual: Make the documentation of Graph more vague, but less wrong.

This commit is contained in:
Sergiu Ivanov 2022-01-01 17:56:17 +01:00
parent e5b75ad8bb
commit bbe6c479b3
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
require/typed require/typed/provide
Any Boolean Void Sequenceof Listof List U False
Mutable-HashTable Immutable-HashTable))
(for-label (only-in graph (graph? g:graph?)))
(for-label typed/graph))
@title{Typed Interface for the Generic Graph Library}
@ -62,7 +61,7 @@ graph library.
@defidform[Graph]{
The opaque type corresponding to the predicate @racketlink[g:graph? "graph?"].
The type wrapping the kinds of graphs the generic graph library deals with.
}