graph-typed.rkt: Start.
This commit is contained in:
parent
01e8b1535c
commit
676e9226a3
1 changed files with 7 additions and 0 deletions
7
graph-typed.rkt
Normal file
7
graph-typed.rkt
Normal file
|
@ -0,0 +1,7 @@
|
|||
#lang typed/racket
|
||||
|
||||
;;; Slap types on some graph functions.
|
||||
|
||||
(require/typed/provide graph
|
||||
[#:opaque Graph graph?]
|
||||
[graphviz (-> Graph String)])
|
Loading…
Reference in a new issue