- Mar 07, 2017
- Mar 06, 2017
-
-
Jacques-Henri Jourdan authored
Make [ELCtx_Alive] a coercion See merge request !6
-
Jacques-Henri Jourdan authored
-
This still does not work for parsing, because of a bug in Coq. But at least for printing this is OK, and this is ready for when we will switch to 8.6pl1.
-
I needed to uncurry the [fn] type, so that type inference infers first that the generalized variables are lifetimes, before typechecking the external lifetime contexts.
-
This will make it possible to declare ELCtx_Alive a coercion.
-
-
Ralf Jung authored
-
Jacques-Henri Jourdan authored
It seems like un-discriminating these hint db does not change anything.
-
-
Ralf Jung authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
- Mar 05, 2017
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Mar 04, 2017
-
-
Jacques-Henri Jourdan authored
Fix [solve__typing] by changing the hint on [tctx_extract_hasty_here_eq] into a [Hint Resolve], so that the opaqueness annotations are not ignored.
-
Ralf Jung authored
This also allows us to get rid of ctx_eq
-
- Mar 03, 2017
-
-
Jacques-Henri Jourdan authored
This simplifies the statements of all the toplevel typing theorem, and make them generic on the lifetime contexts, so that they can actually be used.
-
- Mar 01, 2017
- Feb 28, 2017
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
This makes us able to have a smaller mask for ending a lifetime, and hence we get rid of an admit in RwLock.
-
- Feb 25, 2017
-
-
Jacques-Henri Jourdan authored
FIXME : we need to be able to end a lifetime when an invariant is still open.
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
This requires using a different invariant in the case N ⊥ lftN. Hence, we add the side condition that (N = lftN ∨ N ⊥ lftN). This is not particularly pretty : the alternative would be to have two different kinds of shared borrows.
-
- Feb 24, 2017
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
- Feb 23, 2017
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-