summaryrefslogtreecommitdiff
path: root/src/Inky.idr
AgeCommit message (Collapse)Author
2024-10-09Do a lot.Greg Brown
- Add type aliases. - Make `suc` a symbol. - Fix incorrect specification for `IsFunction`. - Write parser for terms. - Use `collie` to improve command line experience.
2024-09-20Get working type pretty printer.Greg Brown
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.
2024-08-05Define nominal, painless binding.Greg Brown
2024-08-03Initial commit.Greg Brown