diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2024-10-09 16:26:23 +0100 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2024-10-09 16:26:23 +0100 |
commit | 8b326bb4a879be72cb6382519350cbb5231f7a6e (patch) | |
tree | beff7c254f31795bb6cfee2b0b90ad147ab5ba32 /inky.ipkg | |
parent | 405519b406174bec161bc4d23deb0551b1ed31ac (diff) |
Do a lot.
- Add type aliases.
- Make `suc` a symbol.
- Fix incorrect specification for `IsFunction`.
- Write parser for terms.
- Use `collie` to improve command line experience.
Diffstat (limited to 'inky.ipkg')
-rw-r--r-- | inky.ipkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ sourcedir = "src" options = "--total" -depends = contrib +depends = collie, contrib executable = inky main = Inky |