]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/tacticChaser.mli
got rid of ~status label so that tactics can now be applied partially,
[helm.git] / helm / ocaml / tactics / tacticChaser.mli
index 847dbc8b8942ee3e4a33492d8f62cd83c9590b67..d4f8a2c540402273b79173416dfab3439b186cc8 100644 (file)
 
 val matchConclusion : MQIConn.handle ->
   ?output_html:(string -> unit) ->
-    (* boolean value: true = in main position *)
-  choose_must:((MQGTypes.uri * bool) list list ->
-               (MQGTypes.uri * bool) list ->
-               (MQGTypes.uri * bool) list) ->
-  unit -> status: ProofEngineTypes.status -> string list
+  choose_must:(MQGTypes.r_obj list list ->
+               MQGTypes.r_obj list ->
+               MQGTypes.r_obj list) ->
+  unit -> ProofEngineTypes.status -> string list
+
+
+(* TODO: OLD CODE TO BE REMOVED
+val searchTheorem : ProofEngineTypes.status -> ProofEngineTypes.proof * ProofEngineTypes.goal list
+*)
+
+val searchTheorems:
+  MQIConn.handle -> ProofEngineTypes.status ->
+    (ProofEngineTypes.proof * ProofEngineTypes.goal list) list