gui/collects/mrlib/doc/graph/common.ss
Matthew Flatt 68e0292c33 scribble mrlib docs
svn: r8165

original commit: 5890eedeb4301b5016247ac98a34c39655d40225
2007-12-30 22:46:20 +00:00

9 lines
167 B
Scheme

#lang scheme/base
(require "../common.ss"
(for-label mrlib/graph))
(provide (all-from-out "../common.ss")
(for-label (all-from-out mrlib/graph)))