diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2023-05-23 15:57:57 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2023-05-23 15:57:57 +0100 |
commit | a4e196edb985645402a20e14dba2057151c80fe1 (patch) | |
tree | c408e46507141847239c56ca0a553c0e1aaff0c9 /church-eval.ipkg |
Define terms and thinnings.
Diffstat (limited to 'church-eval.ipkg')
-rw-r--r-- | church-eval.ipkg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/church-eval.ipkg b/church-eval.ipkg new file mode 100644 index 0000000..eeb9b67 --- /dev/null +++ b/church-eval.ipkg @@ -0,0 +1,9 @@ +package church-eval +authors = "Greg Brown" +sourcedir = "src" + +options = "--total" + +modules + = Term + , Thinning |