]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguateTypes.ml
first moogle template checkin
[helm.git] / helm / ocaml / cic_disambiguation / disambiguateTypes.ml
index 9ab85396987da8c754797b5f9fffcfb81da4760f..d01f82ee9e25f24a5656dfdb1696c8c9b8332fb9 100644 (file)
@@ -25,9 +25,7 @@
 
 type term = CicAst.term
 type tactic = (term, string) TacticAst.tactic
-type tactical = (term, string) TacticAst.tactic TacticAst.tactical
-type command = term CommandAst.command
-type script = term CommandAst.Script.script
+type tactical = (term, string) TacticAst.tactical
 
 type domain_item =
  | Id of string               (* literal *)
@@ -59,7 +57,7 @@ module type Callbacks =
       title:string -> msg:string -> id:string -> string list -> string list
     val interactive_interpretation_choice :
       (string * string) list list -> int list
-    val input_or_locate_uri : title:string -> UriManager.uri
+    val input_or_locate_uri : title:string -> ?id:string -> unit -> UriManager.uri
   end
 
 let string_of_domain_item = function