-
- Downloads
The introduction pattern \!# is deprecated. Replace by \!>.
Showing
- theories/lang/heap.v 1 addition, 1 deletiontheories/lang/heap.v
- theories/lang/lib/arc.v 14 additions, 14 deletionstheories/lang/lib/arc.v
- theories/lang/lib/lock.v 4 additions, 4 deletionstheories/lang/lib/lock.v
- theories/lang/lib/spawn.v 1 addition, 1 deletiontheories/lang/lib/spawn.v
- theories/lifetime/frac_borrow.v 1 addition, 1 deletiontheories/lifetime/frac_borrow.v
- theories/lifetime/lifetime.v 3 additions, 3 deletionstheories/lifetime/lifetime.v
- theories/lifetime/model/creation.v 6 additions, 6 deletionstheories/lifetime/model/creation.v
- theories/lifetime/model/faking.v 1 addition, 1 deletiontheories/lifetime/model/faking.v
- theories/lifetime/model/primitive.v 4 additions, 4 deletionstheories/lifetime/model/primitive.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 2 additions, 2 deletionstheories/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/fixpoint.v 1 addition, 1 deletiontheories/typing/fixpoint.v
- theories/typing/function.v 7 additions, 7 deletionstheories/typing/function.v
- theories/typing/lft_contexts.v 13 additions, 13 deletionstheories/typing/lft_contexts.v
- theories/typing/lib/arc.v 30 additions, 30 deletionstheories/typing/lib/arc.v
- theories/typing/lib/brandedvec.v 4 additions, 4 deletionstheories/typing/lib/brandedvec.v
Loading
-
Ah, I also keep using
!#
accidentally in new code... given that#
stands for "intuitionistic context", it just makes way too much sense.@robbertkrebbers I am honestly wondering if we should take back that deprecation. We also still have
iNext
, so why not also still have!#
which can only introduce the persistently modality?
Please register or sign in to comment