]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/hbugs.mli
added support for external configuration of describe_hint_callback
[helm.git] / helm / gTopLevel / hbugs.mli
index b98a641afedbf42d9e0d3d41d240ada0164498ed..70687afcaee8b1a817459d98962ce7f209ffb8e9 100644 (file)
@@ -48,3 +48,10 @@ module Initialize (Tactics: InvokeTactics.Tactics) : Unit
 val start_web_services: unit -> unit
 val stop_web_services: unit -> unit
 
+(* Other callbacks *)
+
+open Hbugs_types
+
+  (* what to do when the user single click on an hint *)
+val set_describe_hint_callback: (hint -> unit) -> unit
+