]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguateTypes.ml
- enriched Parse_error exception with error location
[helm.git] / helm / ocaml / cic_disambiguation / disambiguateTypes.ml
index 9ab85396987da8c754797b5f9fffcfb81da4760f..18c78a2e8e9485b6f481b1ef3875d8c4c92bd097 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
@@ -78,3 +76,4 @@ let string_of_domain dom =
   Buffer.contents buf
 *)
 
+let empty_environment = Environment.empty