diff options
author | Justin Bedo <cu@cua0.org> | 2022-12-16 10:57:55 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2022-12-31 17:28:29 +1100 |
commit | e318b40cfc1a3079375a015a651b1b44f6279ad0 (patch) | |
tree | 40a72f1b807fd77a1dd53ebf3f0cc284e65f30ad /src/PPL.hs |
init
Diffstat (limited to 'src/PPL.hs')
-rw-r--r-- | src/PPL.hs | 5 |
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 |