aboutsummaryrefslogtreecommitdiff
path: root/contrib/first-order/rules.mli
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/first-order/rules.mli')
-rw-r--r--contrib/first-order/rules.mli7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/first-order/rules.mli b/contrib/first-order/rules.mli
index 98dc01bbed..ee224bc54c 100644
--- a/contrib/first-order/rules.mli
+++ b/contrib/first-order/rules.mli
@@ -11,13 +11,16 @@
open Term
open Tacmach
open Names
+open Libnames
type hptac= Sequent.t -> (Sequent.t -> tactic) -> Formula.counter -> tactic
-type lhptac= identifier -> hptac
+type lhptac= global_reference -> hptac
val wrap : int -> bool -> hptac
+val clear_global: global_reference -> tactic
+
val axiom_tac : constr -> Sequent.t -> tactic
val and_tac : hptac
@@ -44,7 +47,7 @@ val ll_atom_tac : constr -> lhptac
val ll_false_tac : lhptac
-val left_false_tac : identifier -> tactic
+val left_false_tac : global_reference -> tactic
val ll_ind_tac : inductive -> constr list -> lhptac