X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FdisambiguateTypes.ml;h=d01f82ee9e25f24a5656dfdb1696c8c9b8332fb9;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=9ab85396987da8c754797b5f9fffcfb81da4760f;hpb=3f00169098f1cd1cdecbbf20982f7c4c58f7d71d;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/disambiguateTypes.ml b/helm/ocaml/cic_disambiguation/disambiguateTypes.ml index 9ab853969..d01f82ee9 100644 --- a/helm/ocaml/cic_disambiguation/disambiguateTypes.ml +++ b/helm/ocaml/cic_disambiguation/disambiguateTypes.ml @@ -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