From 47e5f716f7ded0eec43b00d49955d56c370c3596 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 8 Jun 2008 16:13:37 +0000 Subject: - Extension de "generalize" en "generalize c as id at occs". - Ajout clause "in" à "remember" (et passage du code en ML). - Ajout clause "in" à "induction"/"destruct" qui, en ce cas, ajoute aussi une égalité pour se souvenir du terme sur lequel l'induction ou l'analyse de cas s'applique. - Ajout "pose t as id" en standard (Matthieu: j'ai enlevé celui de Programs qui avait la sémantique de "pose proof" tandis que le nouveau a la même sémantique que "pose (id:=t)"). - Un peu de réorganisation, uniformisation de noms dans Arith, et ajout EqNat dans Arith. - Documentation tactiques et notations de tactiques. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11072 85f007b7-540e-0410-9357-904b9bb8a0f7 --- dev/base_include | 1 + dev/doc/changes.txt | 2 ++ 2 files changed, 3 insertions(+) (limited to 'dev') diff --git a/dev/base_include b/dev/base_include index 255e28a668..398f60d2b7 100644 --- a/dev/base_include +++ b/dev/base_include @@ -89,6 +89,7 @@ open Indrec open Typing open Inductiveops open Unification +open Matching open Constrextern open Constrintern diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index d8cdf738d9..b50a3d72bc 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -9,6 +9,8 @@ A few differences in Coq ML interfaces between Coq V8.0 and V8.1 Eauto: e_resolve_constr, vernac_e_resolve_constr -> simplest_eapply Tactics: apply_with_bindings -> apply_with_bindings_wo_evars +Tactics: boolean argument of letin_tac changed its meaning (false now + means use Leibniz equality instead of a local definition) Eauto.simplest_apply -> Hiddentac.h_simplest_apply Evarutil.define_evar_as_arrow -> define_evar_as_product -- cgit v1.2.3