aboutsummaryrefslogtreecommitdiff
path: root/src/PPL.hs
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2025-03-04 17:30:41 +1100
committerJustin Bedo <cu@cua0.org>2025-03-07 21:05:38 +1100
commitbe4be249004af1e7039a29d0228b506139983ea2 (patch)
tree92f9a768c82ab38841098188cdccbaa8df28a036 /src/PPL.hs
parentd621243bffa14214c722a9be181f4a98d41380bb (diff)
switch to hashmap based tableHEADmaster
Allows significant speed increase, memory reduction, and simpler single site 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