From bbe6c479b35ff851c682147cd0b90a3c755b47ff Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sat, 1 Jan 2022 17:56:17 +0100 Subject: [PATCH] manual: Make the documentation of Graph more vague, but less wrong. --- manual.scrbl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manual.scrbl b/manual.scrbl index 401e1b9..08ecc5f 100644 --- a/manual.scrbl +++ b/manual.scrbl @@ -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. }