diff options
author | Justin Bedo <cu@cua0.org> | 2025-02-26 16:21:33 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2025-02-26 19:48:52 +1100 |
commit | d1a1ffa811b199f5d7d02d14cf76631a0ecd2699 (patch) | |
tree | 719e8ae2fa90e16af95941f8b70309931639681a /src/PPL/Internal.hs | |
parent | 906ae5ad3a960e4c7d7c32528ced79ba63ee2238 (diff) |
port prototype single site mh from lazyppl
Diffstat (limited to 'src/PPL/Internal.hs')
-rw-r--r-- | src/PPL/Internal.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PPL/Internal.hs b/src/PPL/Internal.hs index 0ba6ae5..b4283af 100644 --- a/src/PPL/Internal.hs +++ b/src/PPL/Internal.hs @@ -13,8 +13,7 @@ module PPL.Internal randomTree, samples, mutateTree, - splitTrees, - draw, + Tree(..), ) where |