]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/variousTactics.mli
Generalize now works on a list of convertible terms, generalizing all of
[helm.git] / helm / ocaml / tactics / variousTactics.mli
index 27b59682f45a4a4c1f7031b7445f8098db928b49..b08b33faca331aa490d8e39fa2a3c193d75bbc62 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-val assumption_tac: ProofEngineTypes.tactic
+exception AllSelectedTermsMustBeConvertible;;
 
-val generalize_tac: term:Cic.term -> ProofEngineTypes.tactic
+val assumption_tac: ProofEngineTypes.tactic
+val generalize_tac: terms:Cic.term list -> ProofEngineTypes.tactic
 
 (*
 val decide_equality_tac: ProofEngineTypes.tactic