]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/variousTactics.mli
renamed Http_client to Http_user_agent to avoid clashes with Gerd's
[helm.git] / helm / ocaml / tactics / variousTactics.mli
index 2b45aa156c39827637ec6a775c577d95917d670c..ebbf843326b9d9f179b1e133ad6cb41528f9cbb4 100644 (file)
@@ -1,3 +1,4 @@
+
 (* Copyright (C) 2002, HELM Team.
  * 
  * This file is part of HELM, an Hypertextual, Electronic
  *)
 
 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 : dbh:Dbi.connection -> ProofEngineTypes.tactic
+