summaryrefslogtreecommitdiff
path: root/inky.ipkg
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2024-09-20 16:15:47 +0100
committerGreg Brown <greg.brown01@ed.ac.uk>2024-09-20 16:15:47 +0100
commit39bd40eea9c0b8935f7feabdeb20802e98e5b603 (patch)
treec2cc3c3483927109410a21f683de934d92f7564f /inky.ipkg
parent974717f0aa46bb295d44e239594b38f63f39ceab (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.ipkg5
1 files changed, 5 insertions, 0 deletions
diff --git a/inky.ipkg b/inky.ipkg
index b3d274f..2301466 100644
--- a/inky.ipkg
+++ b/inky.ipkg
@@ -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