- Jan 04, 2017
-
-
Robbert Krebbers authored
This fixes issue #61.
-
- Jan 03, 2017
-
-
Ralf Jung authored
This patch was created using find -name *.v | xargs -L 1 awk -i inplace '{from = 0} /^From/{ from = 1; ever_from = 1} { if (from == 0 && seen == 0 && ever_from == 1) { print "Set Default Proof Using \"Type*\"."; seen = 1 } }1 ' and some minor manual editing
-
- Jan 01, 2017
-
-
Robbert Krebbers authored
For iApply and iRewrite we want that, but for iDestruct and iMod we do not. This fixes issue #52.
-
- Dec 28, 2016
-
-
Robbert Krebbers authored
This fixes issue #55.
-
Robbert Krebbers authored
-
- Dec 27, 2016
-
-
Robbert Krebbers authored
-
- Dec 20, 2016
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- Dec 14, 2016
-
-
Ralf Jung authored
-
- Dec 12, 2016
-
-
Robbert Krebbers authored
I also renamed `iProof` into `iStartProof`, as it is supposed to be something internal, and not a substitute of Coq's `Proof` command (as originally intended).
-
- Dec 09, 2016
-
-
Ralf Jung authored
-