Limit public API in Diagram

This commit is contained in:
2014-10-06 22:15:10 +02:00
parent 330049fde6
commit b98d8be723

View File

@@ -1,4 +1,11 @@
module Diagram where
module Diagram (t,
dX,
dY,
alg,
defaultProp,
diag,
diagS,
whiteRect) where
import Defaults
import Diagrams.Prelude