diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-05-10 18:11:16 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-05-10 18:11:16 +0000 |
commit | e66ba651bdd283dd490453f9d48b226730444726 (patch) | |
tree | e18f9e72bf757b72d02c1cc37613933e1eca609c /CHANGES | |
parent | 8654111ba8e98680aa7965468a82746352b362a7 (diff) |
- Addition of "Hint Resolve ->" and "Hint Resolve <-" continued: it
revealed a too strict test for detection of inferable metas in
Clenv. Restored tolerance for unbound names in interactive tactic use.
- Moral removals of some captures of Not_found in Environ.evaluable_* since
kernel is assumed to deal with existing names.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12122 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ Tactics - Tactic "idtac" now displays its list arguments. - Tactic "tauto" now proves classical tautologies as soon as classical logic (i.e. library Classical_Prop or Classical) is loaded. +- New "Hint Resolve ->" (or "<-") for declaring iff's as oriented + hints (wish #2104). Tactic Language |