graph-typed.rkt: Make the type of graphviz more complete.
This commit is contained in:
parent
3d021c055f
commit
092877c096
1 changed files with 4 additions and 1 deletions
|
@ -4,4 +4,7 @@
|
|||
|
||||
(require/typed/provide graph
|
||||
[#:opaque Graph graph?]
|
||||
[graphviz (-> Graph String)])
|
||||
[graphviz (-> Graph
|
||||
[#:output Output-Port]
|
||||
[#:colors (HashTable Any Natural)]
|
||||
String)])
|
||||
|
|
Loading…
Reference in a new issue