summaryrefslogtreecommitdiff
path: root/inky.ipkg
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2024-11-15 15:44:30 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2024-11-15 15:44:30 +0000
commit3caa95a139538bb07c74847ca3aba2603a03c502 (patch)
treeafa588ecffb2efd05b1202c7ce5ae6005c86b8d2 /inky.ipkg
parent865dc549baf613e45e2f79036d54850a483fa509 (diff)
Add compilation to scheme.
Extract parser as an independent project.
Diffstat (limited to 'inky.ipkg')
-rw-r--r--inky.ipkg18
1 files changed, 4 insertions, 14 deletions
diff --git a/inky.ipkg b/inky.ipkg
index 2427565..bbd7aaa 100644
--- a/inky.ipkg
+++ b/inky.ipkg
@@ -4,35 +4,25 @@ sourcedir = "src"
options = "--total"
-depends = collie, contrib
+depends = collie, contrib, flap
executable = inky
main = Inky
modules
= Inky
- , Inky.Data.Assoc
- , Inky.Data.Context
- , Inky.Data.Context.Var
, Inky.Data.Fun
- , Inky.Data.List
, Inky.Data.Row
- , Inky.Data.SnocList
- , Inky.Data.SnocList.Elem
- , Inky.Data.SnocList.Quantifiers
- , Inky.Data.SnocList.Thinning
- , Inky.Data.SnocList.Var
, Inky.Data.Thinned
- , Inky.Decidable
- , Inky.Decidable.Either
- , Inky.Decidable.Maybe
- , Inky.Parser
, Inky.Term
, Inky.Term.Checks
+ , Inky.Term.Compile
, Inky.Term.Desugar
, Inky.Term.Parser
, Inky.Term.Pretty
, Inky.Term.Pretty.Error
+ , Inky.Term.Recompute
, Inky.Term.Substitution
, Inky.Type
, Inky.Type.Pretty
+ , Inky.Type.Substitution