diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2024-11-12 16:44:31 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2024-11-12 16:44:31 +0000 |
commit | ecaf9deb4b1d2ce85617438e621690b2df3ea367 (patch) | |
tree | f7f347a847ca58668349ee44e1bf047bff385600 /inky.ipkg | |
parent | 66169116cbacff64950407086fd0d832516a5f21 (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.ipkg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |