gui/collects/mrlib/scribblings/graph/common.ss
Matthew Flatt 984bf9ee05 move doc sub-dirs to scribblings sub-dirs
svn: r8281

original commit: b76aa843ab09e8c1c5f5de9e033b7170ed64acd4
2008-01-10 20:07:32 +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)))