diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2024-09-20 16:15:47 +0100 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2024-09-20 16:15:47 +0100 |
commit | 39bd40eea9c0b8935f7feabdeb20802e98e5b603 (patch) | |
tree | c2cc3c3483927109410a21f683de934d92f7564f /inky.ipkg | |
parent | 974717f0aa46bb295d44e239594b38f63f39ceab (diff) |
Get working type pretty printer.
Write a type on stdin, and it will tell you if it's well formed, and
will pretty print it back if so.
Rewrite the parser library to be n-ary.
Diffstat (limited to 'inky.ipkg')
-rw-r--r-- | inky.ipkg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,12 +6,17 @@ options = "--total" depends = contrib +executable = inky +main = Inky + modules = Data.Maybe.Decidable , Data.These.Decidable + , Inky , Inky.Context , Inky.Parser , Inky.Term + , Inky.Term.Parser , Inky.Term.Pretty , Inky.Thinning , Inky.Type |