]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaExcPp.mli
λδ site update
[helm.git] / helm / software / matita / matitaExcPp.mli
index 4abe0b4f9d5bc6956171e5459a289b0203c14502..4a40f6c242afc02a949dbbdbae4e6f16f775e976 100644 (file)
  * 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