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