]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/tacticChaser.mli
mathql_generator: new constraint format (more type safe)
[helm.git] / helm / ocaml / tactics / tacticChaser.mli
index f514360acc8a16a24ad6f96e937ecf21902ad457..847dbc8b8942ee3e4a33492d8f62cd83c9590b67 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-val searchPattern : MQIConn.handle ->
+val matchConclusion : MQIConn.handle ->
   ?output_html:(string -> unit) ->
     (* boolean value: true = in main position *)
-  choose_must:((MQueryGenerator.uri * bool) list list ->
-               (MQueryGenerator.uri * bool) list ->
-               (MQueryGenerator.uri * bool) list) ->
+  choose_must:((MQGTypes.uri * bool) list list ->
+               (MQGTypes.uri * bool) list ->
+               (MQGTypes.uri * bool) list) ->
   unit -> status: ProofEngineTypes.status -> string list