summaryrefslogtreecommitdiff
path: root/inky.ipkg
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2024-11-12 16:44:31 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2024-11-12 16:44:31 +0000
commitecaf9deb4b1d2ce85617438e621690b2df3ea367 (patch)
treef7f347a847ca58668349ee44e1bf047bff385600 /inky.ipkg
parent66169116cbacff64950407086fd0d832516a5f21 (diff)
Add ability to desugar terms.
Remove `getChildren` construct---it's too niche for the core language.
Diffstat (limited to 'inky.ipkg')
-rw-r--r--inky.ipkg5
1 files changed, 5 insertions, 0 deletions
diff --git a/inky.ipkg b/inky.ipkg
index 43010e3..ec81709 100644
--- a/inky.ipkg
+++ b/inky.ipkg
@@ -16,6 +16,7 @@ modules
, Inky.Data.Context.Var
, Inky.Data.Fun
, Inky.Data.Irrelevant
+ , Inky.Data.List
, Inky.Data.Row
, Inky.Data.SnocList
, Inky.Data.SnocList.Elem
@@ -28,7 +29,11 @@ modules
, Inky.Decidable.Maybe
, Inky.Parser
, Inky.Term
+ , Inky.Term.Checks
+ , Inky.Term.Desugar
, Inky.Term.Parser
, Inky.Term.Pretty
+ , Inky.Term.Pretty.Error
+ , Inky.Term.Substitution
, Inky.Type
, Inky.Type.Pretty