-
- Downloads
Remove redefined list notations in scopes.
Instead, I have added subscripts to the inclusion notations. This makes pretty printing much more reliable, and generally even shortens things, as no scope annotations are needed.
Showing
- theories/typing/bool.v 1 addition, 1 deletiontheories/typing/bool.v
- theories/typing/cont.v 1 addition, 1 deletiontheories/typing/cont.v
- theories/typing/cont_context.v 6 additions, 17 deletionstheories/typing/cont_context.v
- theories/typing/function.v 14 additions, 14 deletionstheories/typing/function.v
- theories/typing/lft_contexts.v 22 additions, 40 deletionstheories/typing/lft_contexts.v
- theories/typing/lib/cell.v 1 addition, 1 deletiontheories/typing/lib/cell.v
- theories/typing/lib/fake_shared_box.v 1 addition, 1 deletiontheories/typing/lib/fake_shared_box.v
- theories/typing/lib/option.v 1 addition, 1 deletiontheories/typing/lib/option.v
- theories/typing/lib/rc.v 15 additions, 15 deletionstheories/typing/lib/rc.v
- theories/typing/lib/refcell/ref_code.v 7 additions, 7 deletionstheories/typing/lib/refcell/ref_code.v
- theories/typing/lib/refcell/refcell_code.v 11 additions, 11 deletionstheories/typing/lib/refcell/refcell_code.v
- theories/typing/lib/refcell/refmut_code.v 7 additions, 7 deletionstheories/typing/lib/refcell/refmut_code.v
- theories/typing/lib/rwlock/rwlock_code.v 12 additions, 12 deletionstheories/typing/lib/rwlock/rwlock_code.v
- theories/typing/lib/rwlock/rwlockreadguard_code.v 4 additions, 4 deletionstheories/typing/lib/rwlock/rwlockreadguard_code.v
- theories/typing/lib/rwlock/rwlockwriteguard_code.v 3 additions, 3 deletionstheories/typing/lib/rwlock/rwlockwriteguard_code.v
- theories/typing/lib/spawn.v 4 additions, 4 deletionstheories/typing/lib/spawn.v
- theories/typing/product_split.v 2 additions, 2 deletionstheories/typing/product_split.v
- theories/typing/programs.v 13 additions, 14 deletionstheories/typing/programs.v
- theories/typing/type.v 1 addition, 1 deletiontheories/typing/type.v
- theories/typing/type_context.v 6 additions, 23 deletionstheories/typing/type_context.v
Loading