Improve notations for functions
We use fnrec: for recursive functions and fn: for non-recursve functions. This is both shorter and closer to Rust.
This follows a suggestion by @shiatsumat.
We use fnrec: for recursive functions and fn: for non-recursve functions. This is both shorter and closer to Rust.
This follows a suggestion by @shiatsumat.
Great! Do we still need only parsing
for the notations? If we add BNamed
to "return"
, the printing actually works.
Indeed. It is still very unclear to me when coercions should be explicited or not in notations. It is completely random to me.
@jung, any thoughts?
merged