diff options
author | Justin Bedo <cu@cua0.org> | 2025-03-04 17:30:41 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2025-03-07 21:05:38 +1100 |
commit | be4be249004af1e7039a29d0228b506139983ea2 (patch) | |
tree | 92f9a768c82ab38841098188cdccbaa8df28a036 /src/PPL.hs | |
parent | d621243bffa14214c722a9be181f4a98d41380bb (diff) |
Allows significant speed increase, memory reduction, and simpler
single site mode.
Diffstat (limited to 'src/PPL.hs')
-rw-r--r-- | src/PPL.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |