summaryrefslogtreecommitdiff
path: root/obs.ipkg
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2023-03-25 16:15:51 +0000
committerChloe Brown <chloe.brown.00@outlook.com>2023-03-25 16:15:51 +0000
commit0225730f5461e693386031a8f06085d2354d6537 (patch)
tree94929f78a1df48e30c809003f212e1f28514667f /obs.ipkg
parentdc600f47e15ff59a46890ca32e5571e24ce00983 (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.ipkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/obs.ipkg b/obs.ipkg
index d2454d3..9d706ae 100644
--- a/obs.ipkg
+++ b/obs.ipkg
@@ -12,4 +12,5 @@ main = Main
modules
= CC.Name
, CC.Term
+ , CC.Thinning
, Main