X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Fhbugs.mli;h=80f8c74e9c3385de9c63b4ac99105cf5361c5057;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=b98a641afedbf42d9e0d3d41d240ada0164498ed;hpb=46939d82c0fe0dbd6b2519845875bf48b5454856;p=helm.git diff --git a/helm/gTopLevel/hbugs.mli b/helm/gTopLevel/hbugs.mli index b98a641af..80f8c74e9 100644 --- a/helm/gTopLevel/hbugs.mli +++ b/helm/gTopLevel/hbugs.mli @@ -32,7 +32,7 @@ val toggle: bool -> unit val quit: unit -> unit - (** send current proof assistant state to hbugs broker *) + (** send current proof assistant state to hbugs broker *) val notify: unit -> unit val clear: unit -> unit @@ -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 +