diff options
| author | bertot | 2004-03-03 12:51:53 +0000 |
|---|---|---|
| committer | bertot | 2004-03-03 12:51:53 +0000 |
| commit | a4b41cdc8ab3c992b61ad85d68074bbdf44f4445 (patch) | |
| tree | 7022eadaa49b29bed1544510a82d688ae56b19f2 /contrib/interface/ascent.mli | |
| parent | d2fe5c52a00da8a29600c186312995a65da3db4f (diff) | |
takes better account of the new possibility to pass a parametric count argument
to both 'do' and 'fail'
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5425 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/ascent.mli')
| -rw-r--r-- | contrib/interface/ascent.mli | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/interface/ascent.mli b/contrib/interface/ascent.mli index 18f2cc9349..41ce1c4c1c 100644 --- a/contrib/interface/ascent.mli +++ b/contrib/interface/ascent.mli @@ -81,6 +81,7 @@ and ct_COMMAND = | CT_hints of ct_ID * ct_ID_NE_LIST * ct_ID_LIST | CT_hints_immediate of ct_FORMULA_NE_LIST * ct_ID_LIST | CT_hints_resolve of ct_FORMULA_NE_LIST * ct_ID_LIST + | CT_hyp_search_pattern of ct_FORMULA * ct_IN_OR_OUT_MODULES | CT_implicits of ct_ID * ct_ID_LIST_OPT | CT_import_id of ct_ID_NE_LIST | CT_ind_scheme of ct_SCHEME_SPEC_LIST @@ -628,7 +629,7 @@ and ct_TACTIC_COM = | CT_destruct of ct_ID_OR_INT | CT_dhyp of ct_ID | CT_discriminate_eq of ct_ID_OR_INT_OPT - | CT_do of ct_INT * ct_TACTIC_COM + | CT_do of ct_ID_OR_INT * ct_TACTIC_COM | CT_eapply of ct_FORMULA * ct_SPEC_LIST | CT_eauto of ct_ID_OR_INT_OPT * ct_ID_OR_INT_OPT | CT_eauto_with of ct_ID_OR_INT_OPT * ct_ID_OR_INT_OPT * ct_ID_NE_LIST_OR_STAR @@ -636,7 +637,7 @@ and ct_TACTIC_COM = | CT_elim_type of ct_FORMULA | CT_exact of ct_FORMULA | CT_exists of ct_SPEC_LIST - | CT_fail of ct_INT * ct_STRING_OPT + | CT_fail of ct_ID_OR_INT * ct_STRING_OPT | CT_first of ct_TACTIC_COM * ct_TACTIC_COM list | CT_firstorder of ct_TACTIC_OPT | CT_firstorder_using of ct_TACTIC_OPT * ct_ID_NE_LIST @@ -748,8 +749,6 @@ and ct_TYPED_FORMULA = and ct_UNFOLD = CT_coerce_ID_to_UNFOLD of ct_ID | CT_unfold_occ of ct_ID * ct_INT_NE_LIST -and ct_UNFOLD_LIST = - CT_unfold_list of ct_UNFOLD list and ct_UNFOLD_NE_LIST = CT_unfold_ne_list of ct_UNFOLD * ct_UNFOLD list and ct_USING = |
