-
- Downloads
Expose atomic lifetimes opaquely in the API
This extends the lifetime signature to expose the notion of atomic lifetimes and how they can embed into normal lifetimes. This allows for a future lemma where I will state that a particular new lifetime is atomic, thus allowing for the application of the lifetime-ending lemma at a later point. This has been done opaquely rather than exposing directly the definition of `atomic_lft` to try to keep the API clean.
parent
d077c109
No related branches found
No related tags found
Showing
- lifetime/lifetime.v 2 additions, 2 deletionslifetime/lifetime.v
- lifetime/lifetime_sig.v 18 additions, 5 deletionslifetime/lifetime_sig.v
- lifetime/meta.v 2 additions, 1 deletionlifetime/meta.v
- lifetime/model/creation.v 11 additions, 16 deletionslifetime/model/creation.v
- lifetime/model/definitions.v 14 additions, 3 deletionslifetime/model/definitions.v
Loading
Please register or sign in to comment