Improve notations for functions
Compare changes
Files
30+ 8
− 4
@@ -61,10 +61,14 @@ Notation "λ: xl , e" := (Lam xl%binder e%E)
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.