X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaExcPp.mli;h=4a40f6c242afc02a949dbbdbae4e6f16f775e976;hb=647b419e96770d90a82d7a9e5e8843566a9f93ee;hp=4abe0b4f9d5bc6956171e5459a289b0203c14502;hpb=683978a2627cf1ce15673360f26806593d22f7b5;p=helm.git diff --git a/helm/software/matita/matitaExcPp.mli b/helm/software/matita/matitaExcPp.mli index 4abe0b4f9..4a40f6c24 100644 --- a/helm/software/matita/matitaExcPp.mli +++ b/helm/software/matita/matitaExcPp.mli @@ -23,5 +23,15 @@ * http://helm.cs.unibo.it/ *) -val to_string: exn -> Stdpp.location option * string +val compact_disambiguation_errors : + bool -> + (int * ((Stdpp.location list * string * string) list * + (DisambiguateTypes.domain_item * string) list * + (Stdpp.location * string) Lazy.t * bool) list) list -> + (Stdpp.location * + (int list * + (int list * (Stdpp.location list * string * string) list * + (DisambiguateTypes.domain_item * string) list) list * + string Lazy.t * bool) list) list +val to_string: exn -> Stdpp.location option * string