Limit public API in Diagram

This commit is contained in:
hasufell 2014-10-06 22:15:10 +02:00
parent 330049fde6
commit b98d8be723
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 8 additions and 1 deletions

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