]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/variousTactics.mli
Added module DiscriminationTactics with brand new tactics Injection and
[helm.git] / helm / ocaml / tactics / variousTactics.mli
index 27b59682f45a4a4c1f7031b7445f8098db928b49..2b45aa156c39827637ec6a775c577d95917d670c 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-val assumption_tac: ProofEngineTypes.tactic
-
-val generalize_tac: term:Cic.term -> ProofEngineTypes.tactic
-
-(*
-val decide_equality_tac: ProofEngineTypes.tactic
-val compare_tac: term1:Cic.term -> term2:Cic.term -> ProofEngineTypes.tactic
-*)
+exception AllSelectedTermsMustBeConvertible;;
 
+val assumption_tac: ProofEngineTypes.tactic
+val generalize_tac:
+ ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term list ->
+  ProofEngineTypes.tactic