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