-
- Downloads
Improve notations for functions
We use fnrec: for recursive functions and fn: for non-recursve functions. This is both shorter and closer to Rust.
parent
b6389b47
No related branches found
No related tags found
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
Showing
- theories/lang/notation.v 8 additions, 4 deletionstheories/lang/notation.v
- theories/typing/examples/get_x.v 1 addition, 1 deletiontheories/typing/examples/get_x.v
- theories/typing/examples/init_prod.v 1 addition, 1 deletiontheories/typing/examples/init_prod.v
- theories/typing/examples/lazy_lft.v 1 addition, 1 deletiontheories/typing/examples/lazy_lft.v
- theories/typing/examples/nonlexical.v 1 addition, 1 deletiontheories/typing/examples/nonlexical.v
- theories/typing/examples/rebor.v 1 addition, 1 deletiontheories/typing/examples/rebor.v
- theories/typing/examples/unbox.v 1 addition, 1 deletiontheories/typing/examples/unbox.v
- theories/typing/function.v 2 additions, 2 deletionstheories/typing/function.v
- theories/typing/lib/arc.v 14 additions, 14 deletionstheories/typing/lib/arc.v
- theories/typing/lib/brandedvec.v 5 additions, 5 deletionstheories/typing/lib/brandedvec.v
- theories/typing/lib/cell.v 9 additions, 9 deletionstheories/typing/lib/cell.v
- theories/typing/lib/diverging_static.v 1 addition, 1 deletiontheories/typing/lib/diverging_static.v
- theories/typing/lib/fake_shared.v 2 additions, 2 deletionstheories/typing/lib/fake_shared.v
- theories/typing/lib/ghostcell.v 5 additions, 5 deletionstheories/typing/lib/ghostcell.v
- theories/typing/lib/join.v 1 addition, 1 deletiontheories/typing/lib/join.v
- theories/typing/lib/mutex/mutex.v 3 additions, 3 deletionstheories/typing/lib/mutex/mutex.v
- theories/typing/lib/mutex/mutexguard.v 3 additions, 3 deletionstheories/typing/lib/mutex/mutexguard.v
- theories/typing/lib/option.v 3 additions, 3 deletionstheories/typing/lib/option.v
- theories/typing/lib/panic.v 1 addition, 1 deletiontheories/typing/lib/panic.v
- theories/typing/lib/rc/rc.v 9 additions, 9 deletionstheories/typing/lib/rc/rc.v
Loading
Please register or sign in to comment