X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FdisambiguateTypes.mli;h=b6130080f170378411f307b6ce9dc98cc9bdaf86;hb=9f60b3b0f4460aec52ec241037f6c475b421dd15;hp=a8dda6c39b66c53057e273532a1c0f9cf8aa6039;hpb=8004125685a99b6c0f2f95fd7f3fa09a4f5c9094;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/disambiguateTypes.mli b/helm/ocaml/cic_disambiguation/disambiguateTypes.mli index a8dda6c39..b6130080f 100644 --- a/helm/ocaml/cic_disambiguation/disambiguateTypes.mli +++ b/helm/ocaml/cic_disambiguation/disambiguateTypes.mli @@ -28,7 +28,7 @@ type domain_item = | Symbol of string * int (* literal, instance num *) | Num of int (* instance num *) -module Domain: Set.S with type elt = domain_item +(* module Domain: Set.S with type elt = domain_item *) module Environment: Map.S with type key = domain_item type codomain_item = @@ -40,7 +40,6 @@ and environment = codomain_item Environment.t module type Callbacks = sig - val output_html : ?append_NL:bool -> Ui_logger.html_msg -> unit val interactive_user_uri_choice : selection_mode:[`SINGLE | `MULTIPLE] -> ?ok:string -> @@ -52,15 +51,5 @@ module type Callbacks = end val string_of_domain_item: domain_item -> string -val string_of_domain: Domain.t -> string - -(**/**) - -module EnvironmentP3: - sig - type t = environment - val empty : string - val to_string : t -> string - val of_string : string -> t - end +val string_of_domain: domain_item list -> string