graph-typed.rkt: Start.

This commit is contained in:
Sergiu Ivanov 2020-12-21 23:22:59 +01:00
parent e5ad2f027c
commit 05a5ce2ad1

7
graph-typed.rkt Normal file
View File

@ -0,0 +1,7 @@
#lang typed/racket
;;; Slap types on some graph functions.
(require/typed/provide graph
[#:opaque Graph graph?]
[graphviz (-> Graph String)])