X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaExcPp.mli;h=419b04c7332bb2ca09f16cb5bb863c07c5b46f12;hb=10f29fdd78ee089a9a94446207b543d33d6c851c;hp=9d8c7739fc59f2514bd51ea5e6088d0a98f0e1f8;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/matita/matitaExcPp.mli b/helm/software/matita/matitaExcPp.mli index 9d8c7739f..419b04c73 100644 --- a/helm/software/matita/matitaExcPp.mli +++ b/helm/software/matita/matitaExcPp.mli @@ -23,5 +23,11 @@ * http://helm.cs.unibo.it/ *) -val to_string: exn -> Token.flocation option * string +val compact_disambiguation_errors : + bool -> + (int * ((Stdpp.location list * string * string) list * + (DisambiguateTypes.domain_item * DisambiguateTypes.codomain_item) list * + Stdpp.location option * string Lazy.t * bool) list) list -> + (Stdpp.location option * (int list * (int list * (Stdpp.location list * string * string) list * (DisambiguateTypes.domain_item * DisambiguateTypes.codomain_item) list) list * string Lazy.t * bool) list) list +val to_string: exn -> Stdpp.location option * string