- Mar 15, 2018
-
-
Ralf Jung authored
-
- Mar 14, 2018
- Mar 13, 2018
-
-
-
Ralf Jung authored
-
Robbert Krebbers authored
Store a counter in `Envs` to assign fresh names with `iFresh`. See merge request FP/iris-coq!128
-
Jacques-Henri Jourdan authored
-
Joseph Tassarotti authored
-
- Mar 12, 2018
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
- Mar 09, 2018
-
-
Jacques-Henri Jourdan authored
-
- Mar 08, 2018
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Mar 07, 2018
- Mar 06, 2018
- Mar 05, 2018
-
-
Robbert Krebbers authored
We do this in two ways: - Use `notypeclasses refine` instead of `eapply`, to avoid type class search being called arbitrary. - Use `typeclasses eauto` instead of `apply _`, to avoid type class search being called on unrelated evars. I mainly tried this for `iSpecialize` and friends; this same remains to be done for all other tactics. This commit also makes partial progress w.r.t. issue #135.
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Ralf Jung authored
This is backwards-compatible; it desugars to a normal application on previous versions
-
Jacques-Henri Jourdan authored
-
- Mar 04, 2018
-
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
Split [FromAssumption] into three, depending on wheter the parameters are evars. This is to avoid loops in TC search.
-
Robbert Krebbers authored
Renaming and notations for modalities gen_proofmode See merge request FP/iris-coq!126
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
sed -i 's/∀ᵢ/\<obj\>/g; s/∃ᵢ/\<subj\>/g' $(find ./ -name \*.v)
-