]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/auto.mli
Dama is now in the night benchmarks.
[helm.git] / helm / software / components / tactics / auto.mli
index 5883f0bf2ac72d0ff024157f12bc428729246882..301aa4b45c83bcb44b8ce346b3eced71c843dad1 100644 (file)
  *)
 
 (* stops at the first solution *)
-val auto: 
-  HMysql.dbd ->
-  AutoCache.cache ->
-  Cic.context ->
-  Cic.metasenv ->
-  ProofEngineTypes.goal list -> (* goals in AND *)
-  AutoTypes.flags ->
-    (Cic.substitution * Cic.metasenv) option * AutoCache.cache
-
-val auto_all_solutions: 
-  HMysql.dbd ->
-  AutoCache.cache ->
-  Cic.context ->
-  Cic.metasenv ->
-  ProofEngineTypes.goal list ->
-  AutoTypes.flags ->
-    (Cic.substitution * Cic.metasenv) list * AutoCache.cache
-
-val applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic
+val auto_tac:
+ dbd:HMysql.dbd -> params:(string * string) list -> ProofEngineTypes.tactic
 
+val applyS_tac:
+ dbd:HMysql.dbd -> term: Cic.term -> params:(string * string) list ->
+  ProofEngineTypes.tactic