- 14 Mar, 2017 6 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
- Support for a `//` modifier to close the goal using `done`. - Support for framing in the `[#]` specialization pattern for persistent premises, i.e. `[# $H1 $H2]` - Add new "auto framing patterns" `[$]`, `[# $]` and `>[$]` that will try to solve the premise by framing. Hypothesis that are not framed are carried over to the next goal.
-
Ralf Jung authored
-
Ralf Jung authored
-
- 12 Mar, 2017 1 commit
-
-
Ralf Jung authored
-
- 11 Mar, 2017 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 10 Mar, 2017 4 commits
- 09 Mar, 2017 10 commits
-
-
Robbert Krebbers authored
Also, make the setup of IntoLaterN more consistent with that of WandWeaken. Maybe, we should do something similar for other proof mode classes too.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Now, we never need to unfold LimitPreserving in LambdaRust, and hence the entails_lim tactic is no longer needed.
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 07 Mar, 2017 1 commit
-
-
Robbert Krebbers authored
-
- 06 Mar, 2017 1 commit
-
-
Ralf Jung authored
-
- 01 Mar, 2017 4 commits
- 24 Feb, 2017 1 commit
-
-
Robbert Krebbers authored
-
- 23 Feb, 2017 1 commit
-
-
Ralf Jung authored
-
- 22 Feb, 2017 8 commits
-
-
-
Ralf Jung authored
-
Robbert Krebbers authored
There is no need to restrict the type class using Hint Mode, we have a default instance that will always be used first. In case of evars, the default instance should apply. The reason for this change is that `iAssumption` should be able to prove `H : ?e |- P` and `H : P |- ?e`. The former Hint Mode prevented it from doing that.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Robbert Krebbers authored
I probably tested against a wrong version. This reverts commit 02bc52b4.
-
Robbert Krebbers authored
This makes lambdarust 1 min (=7%) faster.
-
- 21 Feb, 2017 1 commit
-
-
Robbert Krebbers authored
This fixes issue #72.
-