mlang icon indicating copy to clipboard operation
mlang copied to clipboard

Towards changing things and see if it proofs

Results 6 mlang issues
Sort by recently updated
recently updated
newest added

search `[issue 7]` in code for background, or see this commit 1855e9218c7388ce1b4bf1f19d6679fcaea2324c this issue only touch the parser and elaborator, don't touch the core

good first issue

* color code name introduction, implicit name introduction and name usage, * color code keywords this will require when type checking, annotate Term.attributes, mutable field is fine!

help wanted

the idea is `define with_constructors nat = ...` will define `suc` `zero` at the same level as `nat`. currently they are used as `nat.zero`

help wanted