diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2023-06-16 18:01:33 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2023-06-16 18:01:33 +0100 |
commit | af7c222cc3e487cd3ca8b5dd8749b7e258da7c7c (patch) | |
tree | 995c3a9d7bc6965d2de56b8a4e1f3f10376e6e86 /church-eval.ipkg | |
parent | 5adc1ae9357e42937a601aab57d16b2190e10536 (diff) |
Define semantics and encode types up to pairs.
Diffstat (limited to 'church-eval.ipkg')
-rw-r--r-- | church-eval.ipkg | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/church-eval.ipkg b/church-eval.ipkg index 54b7dcc..ca7325c 100644 --- a/church-eval.ipkg +++ b/church-eval.ipkg @@ -7,4 +7,12 @@ options = "--total" depends = contrib modules - = Thinning + = Encoded.Bool + , Encoded.Pair + , Encoded.Union + , Term + , Term.Semantics + , Term.Syntax + , Thinned + , Thinning + , Type |