- 19 Mar, 2018 1 commit
-
-
Ralf Jung authored
-
- 16 Mar, 2018 3 commits
-
-
-
Robbert Krebbers authored
The old one is admissable. Thanks to @jtassaro and @jung.
-
Ralf Jung authored
-
- 15 Mar, 2018 1 commit
-
-
Ralf Jung authored
-
- 14 Mar, 2018 4 commits
- 13 Mar, 2018 5 commits
-
-
-
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
-
- 12 Mar, 2018 4 commits
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
- 09 Mar, 2018 1 commit
-
-
Jacques-Henri Jourdan authored
-
- 08 Mar, 2018 5 commits
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 07 Mar, 2018 6 commits
- 06 Mar, 2018 2 commits
- 05 Mar, 2018 5 commits
-
-
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
-
- 04 Mar, 2018 3 commits
-
-
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.
-