aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-04-28 19:25:22 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-04-28 19:25:22 +0000
commitd75ed9715818820511704beaa2bb6c7acf1b1aba (patch)
tree81d4f099d0f8ea5808ab616af7f689ef9a66ea2c
parenta9f6f227bb6d51edce4293aaa013d543308282a3 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@386 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile4
-rw-r--r--dev/changements.txt10
2 files changed, 12 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9911277a6..c67a420dc 100644
--- a/Makefile
+++ b/Makefile
@@ -96,10 +96,10 @@ ARITHSYNTAX=parsing/g_natsyntax.cmo parsing/g_zsyntax.cmo
PROOFS=proofs/proof_trees.cmo proofs/logic.cmo \
proofs/refiner.cmo proofs/evar_refiner.cmo proofs/tacmach.cmo \
proofs/macros.cmo proofs/tacinterp.cmo proofs/clenv.cmo \
- proofs/pfedit.cmo
+ proofs/pfedit.cmo proofs/pattern.cmo
TACTICS=tactics/dn.cmo tactics/termdn.cmo tactics/btermdn.cmo \
- tactics/nbtermdn.cmo tactics/stock.cmo tactics/pattern.cmo \
+ tactics/nbtermdn.cmo tactics/stock.cmo tactics/hipattern.cmo \
tactics/wcclausenv.cmo tactics/tacticals.cmo tactics/tactics.cmo \
tactics/tacentries.cmo tactics/hiddentac.cmo tactics/elim.cmo
diff --git a/dev/changements.txt b/dev/changements.txt
index 6293de296..ca07f799c 100644
--- a/dev/changements.txt
+++ b/dev/changements.txt
@@ -87,10 +87,20 @@ Changements dans les fonctions :
rawconstr_of_com -> interp_rawconstr
type_of_com -> typed_type_of_com
+ Termast
+ bdize -> ast_of_constr
+
Tacmach
pf_constr_of_com_sort -> pf_interp_type
pf_constr_of_com -> pf_interp_constr
+ Pattern
+ somatch -> is_matching
+ dest_somatch -> matches
+
+ Tacticals
+ matches -> gl_is_matching
+ dest_match -> gl_matches
Changements dans les inductifs
------------------------------