From e318b40cfc1a3079375a015a651b1b44f6279ad0 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 16 Dec 2022 10:57:55 +1100 Subject: init --- src/PPL.hs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/PPL.hs (limited to 'src/PPL.hs') 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 -- cgit v1.2.3