]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaExcPp.mli
Bertrand's conjecture (weak), some work in progress
[helm.git] / helm / software / matita / matitaExcPp.mli
index 4abe0b4f9d5bc6956171e5459a289b0203c14502..419b04c7332bb2ca09f16cb5bb863c07c5b46f12 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 * 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