diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2023-06-21 16:05:44 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2023-06-21 16:05:44 +0100 |
commit | 0ddaf1b2c9ca66cf0ae03d2f6ad792c7885dfc32 (patch) | |
tree | 8dac25792a00c24aa1d55288bb538fab89cc0092 /church-eval.ipkg | |
parent | af7c222cc3e487cd3ca8b5dd8749b7e258da7c7c (diff) |
Add sums, vectors and arithmetic encodings.
Also define pretty printing of terms.
Diffstat (limited to 'church-eval.ipkg')
-rw-r--r-- | church-eval.ipkg | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/church-eval.ipkg b/church-eval.ipkg index ca7325c..c2a0fbb 100644 --- a/church-eval.ipkg +++ b/church-eval.ipkg @@ -7,10 +7,15 @@ options = "--total" depends = contrib modules - = Encoded.Bool + = Encoded.Arith + , Encoded.Bool + , Encoded.Fin , Encoded.Pair + , Encoded.Sum , Encoded.Union + , Encoded.Vect , Term + , Term.Pretty , Term.Semantics , Term.Syntax , Thinned |