Derive unnesting and reborrowing from a common principle.
The common principle is "unnesting an index borrow". This simplifies the proofs of reborrowing and unnesting, and, moreover, gives a slightly stronger unnesting rule (the masks are different).
Showing
- _CoqProject 1 addition, 1 deletion_CoqProject
- theories/lifetime/lifetime.v 53 additions, 2 deletionstheories/lifetime/lifetime.v
- theories/lifetime/lifetime_sig.v 6 additions, 10 deletionstheories/lifetime/lifetime_sig.v
- theories/lifetime/model/accessors.v 0 additions, 11 deletionstheories/lifetime/model/accessors.v
- theories/lifetime/model/borrow.v 11 additions, 133 deletionstheories/lifetime/model/borrow.v
- theories/lifetime/model/borrow_sep.v 141 additions, 0 deletionstheories/lifetime/model/borrow_sep.v
- theories/lifetime/model/primitive.v 2 additions, 0 deletionstheories/lifetime/model/primitive.v
- theories/lifetime/model/raw_reborrow.v 0 additions, 200 deletionstheories/lifetime/model/raw_reborrow.v
- theories/lifetime/model/reborrow.v 171 additions, 85 deletionstheories/lifetime/model/reborrow.v
- theories/typing/borrow.v 2 additions, 3 deletionstheories/typing/borrow.v
- theories/typing/lib/mutex/mutexguard.v 3 additions, 4 deletionstheories/typing/lib/mutex/mutexguard.v
- theories/typing/lib/refcell/refmut.v 1 addition, 1 deletiontheories/typing/lib/refcell/refmut.v
- theories/typing/lib/refcell/refmut_code.v 2 additions, 3 deletionstheories/typing/lib/refcell/refmut_code.v
- theories/typing/lib/rwlock/rwlockwriteguard.v 1 addition, 1 deletiontheories/typing/lib/rwlock/rwlockwriteguard.v
- theories/typing/lib/rwlock/rwlockwriteguard_code.v 2 additions, 3 deletionstheories/typing/lib/rwlock/rwlockwriteguard_code.v
- theories/typing/uniq_bor.v 2 additions, 3 deletionstheories/typing/uniq_bor.v
- theories/typing/util.v 11 additions, 6 deletionstheories/typing/util.v
theories/lifetime/model/borrow_sep.v
0 → 100644
Please register or sign in to comment