diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2023-03-25 16:15:51 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2023-03-25 16:15:51 +0000 |
commit | 0225730f5461e693386031a8f06085d2354d6537 (patch) | |
tree | 94929f78a1df48e30c809003f212e1f28514667f /obs.ipkg | |
parent | dc600f47e15ff59a46890ca32e5571e24ce00983 (diff) |
Extract thinnings to a new module.
Also make the interface more abstract, so more efficient representations
can be swapped in with less cost.
Diffstat (limited to 'obs.ipkg')
-rw-r--r-- | obs.ipkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,4 +12,5 @@ main = Main modules = CC.Name , CC.Term + , CC.Thinning , Main |