From 78a213bfd65176dae8418bffb4fd95ef22326c81 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 6 Dec 2000 11:35:50 +0000 Subject: Notion de 'clause_pattern' pour désigner un ensemble d'occurrences dans le but et ses hypothèses git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1065 85f007b7-540e-0410-9357-904b9bb8a0f7 --- parsing/pcoq.ml4 | 2 +- parsing/pcoq.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parsing/pcoq.ml4 b/parsing/pcoq.ml4 index ef838863f5..4fba8e8911 100644 --- a/parsing/pcoq.ml4 +++ b/parsing/pcoq.ml4 @@ -300,7 +300,7 @@ module Tactic = let ne_qualidconstarg_list = gec_list "ne_qualidconstarg_list" let ne_num_list = gec_list "ne_num_list" let ne_pattern_list = gec_list "ne_pattern_list" - let ne_pattern_hyp_list = gec_list "ne_pattern_hyp_list" + let clause_pattern = gec "clause_pattern" let one_intropattern = gec "one_intropattern" let intropattern = gec "intropattern" let ne_intropattern = gec "ne_intropattern" diff --git a/parsing/pcoq.mli b/parsing/pcoq.mli index 6cd8403987..7cf26bdd27 100644 --- a/parsing/pcoq.mli +++ b/parsing/pcoq.mli @@ -131,7 +131,7 @@ module Tactic : val ne_intropattern : Coqast.t Gram.Entry.e val ne_num_list : Coqast.t list Gram.Entry.e val ne_pattern_list : Coqast.t list Gram.Entry.e - val ne_pattern_hyp_list : Coqast.t list Gram.Entry.e + val clause_pattern : Coqast.t Gram.Entry.e val ne_unfold_occ_list : Coqast.t list Gram.Entry.e val numarg : Coqast.t Gram.Entry.e val numarg_binding_list : Coqast.t list Gram.Entry.e -- cgit v1.2.3