aboutsummaryrefslogtreecommitdiff
path: root/src/PPL.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/PPL.hs')
-rw-r--r--src/PPL.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PPL.hs b/src/PPL.hs
index 21bb87c..d1dc17a 100644
--- a/src/PPL.hs
+++ b/src/PPL.hs
@@ -1,5 +1,5 @@
-module PPL(module PPL.Internal, module PPL.Sampling, module PPL.Distr) where
+module PPL (module PPL.Internal, module PPL.Sampling, module PPL.Distr) where
+import PPL.Distr
import PPL.Internal
import PPL.Sampling
-import PPL.Distr