X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fcic%2FcicUniv.mli;h=d2b2483a19b5b331b7c9a601d5ebe674e9051950;hb=de9a83f286eee12117fb478ea2db18f7faebac9a;hp=71ad1ef00b7b73f5e10092c97f723d4ffcfc50d7;hpb=31851952e1cc2db59168c5fd6f6093d9bc37ea86;p=helm.git diff --git a/helm/ocaml/cic/cicUniv.mli b/helm/ocaml/cic/cicUniv.mli index 71ad1ef00..d2b2483a1 100644 --- a/helm/ocaml/cic/cicUniv.mli +++ b/helm/ocaml/cic/cicUniv.mli @@ -113,6 +113,11 @@ val ugraph_of_xml: val restart_numbering: unit -> unit + (** re-hash-cons URIs contained in the given universe so that phisicaly + * equality could be enforced. Mainly used by + * CicEnvironment.restore_from_channel *) +val recons_graph: universe_graph -> universe_graph + (* Benchmarking stuff *)