X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Fhbugs.mli;fp=helm%2FgTopLevel%2Fhbugs.mli;h=70687afcaee8b1a817459d98962ce7f209ffb8e9;hb=6bfd11a764024577d1a427d9b6e3074d66ff09fa;hp=b98a641afedbf42d9e0d3d41d240ada0164498ed;hpb=9327428bfb03330a8baf382fea019f320e5cc462;p=helm.git diff --git a/helm/gTopLevel/hbugs.mli b/helm/gTopLevel/hbugs.mli index b98a641af..70687afca 100644 --- a/helm/gTopLevel/hbugs.mli +++ b/helm/gTopLevel/hbugs.mli @@ -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 +