]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/variousTactics.mli
Huge reorganization of matita and ocaml.
[helm.git] / helm / ocaml / tactics / variousTactics.mli
index 5c7c9a0a9a0a8786f1c0fc3e3783475af5c89d12..35576326eb2dbc2f6ffa1e0f4b7adb6744908acc 100644 (file)
  *)
 
 exception AllSelectedTermsMustBeConvertible;;
-exception NotApplicableTheorem;;
 
 val assumption_tac: ProofEngineTypes.tactic
-val generalize_tac:
- ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term list ->
-  ProofEngineTypes.tactic
 
-(* val auto_tac : MQIConn.handle -> ProofEngineTypes.tactic *)
-val auto_tac : dbd:Mysql.dbd -> ProofEngineTypes.tactic
+val generalize_tac:
+ ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+ ProofEngineTypes.lazy_pattern ->
+   ProofEngineTypes.tactic