]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/invokeTactics.mli
split into two major parts:
[helm.git] / helm / gTopLevel / invokeTactics.mli
index 2c11fb3d358d0783e946537855106885aa934a03..a304e7e3b27efb8005e32f0cd3e96bacc7ddb7ba 100644 (file)
@@ -52,7 +52,7 @@ module type Callbacks =
         context: Cic.context ;
         set_context : Cic.context -> unit >
     (* output messages *)
-    val output_html : string -> unit
+    val output_html : Ui_logger.html_msg -> unit
     (* GUI refresh functions *)
     val refresh_proof : unit -> unit
     val refresh_goals : unit -> unit
@@ -60,8 +60,7 @@ module type Callbacks =
     val decompose_uris_choice_callback :
       (UriManager.uri * int * 'a) list ->
       (UriManager.uri * int * 'b list) list
-    val mk_fresh_name_callback :
-      Cic.context -> Cic.name -> typ:Cic.term -> Cic.name
+    val mk_fresh_name_callback : ProofEngineTypes.mk_fresh_name_type
   end
 
 module type Tactics =