diff options
| author | corbinea | 2003-06-20 13:49:47 +0000 |
|---|---|---|
| committer | corbinea | 2003-06-20 13:49:47 +0000 |
| commit | e05172b682a8ceec5e8e0a26f7d4ba5fe49e554f (patch) | |
| tree | b8e29b06955a246a1bfcfa096afa58d17a2b4336 /contrib/first-order/rules.mli | |
| parent | 5a79547ba17c0c372127cce5939b8108499497f7 (diff) | |
Ground Update.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4188 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/first-order/rules.mli')
| -rw-r--r-- | contrib/first-order/rules.mli | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/contrib/first-order/rules.mli b/contrib/first-order/rules.mli index afccfcd1bb..c5c15fdd52 100644 --- a/contrib/first-order/rules.mli +++ b/contrib/first-order/rules.mli @@ -17,6 +17,8 @@ type seqtac= (Sequent.t -> tactic) -> Sequent.t -> tactic type lseqtac= global_reference -> seqtac +type 'a with_backtracking = tactic -> 'a + val wrap : int -> bool -> seqtac val id_of_global: global_reference -> identifier @@ -25,28 +27,28 @@ val clear_global: global_reference -> tactic val axiom_tac : constr -> Sequent.t -> tactic -val ll_atom_tac : constr -> lseqtac +val ll_atom_tac : constr -> lseqtac with_backtracking -val and_tac : seqtac +val and_tac : seqtac with_backtracking -val or_tac : seqtac +val or_tac : seqtac with_backtracking val arrow_tac : seqtac -val left_and_tac : inductive -> lseqtac +val left_and_tac : inductive -> lseqtac with_backtracking -val left_or_tac : inductive -> lseqtac +val left_or_tac : inductive -> lseqtac with_backtracking val left_false_tac : global_reference -> tactic -val ll_ind_tac : inductive -> constr list -> lseqtac +val ll_ind_tac : inductive -> constr list -> lseqtac with_backtracking -val ll_arrow_tac : constr -> constr -> constr -> lseqtac +val ll_arrow_tac : constr -> constr -> constr -> lseqtac with_backtracking -val forall_tac : seqtac +val forall_tac : seqtac with_backtracking val left_exists_tac : inductive -> lseqtac -val ll_forall_tac : types -> lseqtac +val ll_forall_tac : types -> lseqtac with_backtracking val normalize_evaluables : tactic |
