]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguateTypes.mli
debian version 0.0.5-6
[helm.git] / helm / ocaml / cic_disambiguation / disambiguateTypes.mli
index ccde1a4e85690dc66374e93a67deffc9558f8fc7..6146a082ddc9548db5bea3f89271862b77fad5e8 100644 (file)
@@ -47,12 +47,13 @@ module type Callbacks =
       ?enable_button_for_non_vars:bool ->
       title:string -> msg:string -> id:string -> string list -> string list
 
-    val interactive_interpretation_choice :
+      val interactive_interpretation_choice :
       (string * string) list list -> int list
 
     (** @param title gtk window title for user prompting
      * @param id unbound identifier which originated this callback invocation *)
-    val input_or_locate_uri : title:string -> ?id:string -> UriManager.uri
+    val input_or_locate_uri:
+      title:string -> ?id:string -> unit -> UriManager.uri
   end
 
 val string_of_domain_item: domain_item -> string
@@ -64,3 +65,10 @@ type term = CicAst.term
 type tactic = (term, string) TacticAst.tactic
 type tactical = (term, string) TacticAst.tactical
 
+type script_entry =
+  | Command of tactical
+  | Comment of CicAst.location * string
+type script = CicAst.location * script_entry list
+
+val empty_environment: environment
+