X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2FcicUniv.mli;h=3eec9b3bec9e2f858505935d2efb0a77d2df5eb2;hb=8aaf525856e25bcd8f355e505fd00f45c62bc18f;hp=74af1ccc41114fd942eeb45c6ad54f88dc0a19e9;hpb=03d2302343e8e1b282c1b2afec8db7913413d9d1;p=helm.git diff --git a/helm/ocaml/cic/cicUniv.mli b/helm/ocaml/cic/cicUniv.mli index 74af1ccc4..3eec9b3be 100644 --- a/helm/ocaml/cic/cicUniv.mli +++ b/helm/ocaml/cic/cicUniv.mli @@ -120,10 +120,16 @@ val restart_numbering: * CicEnvironment.restore_from_channel *) val recons_graph: universe_graph -> universe_graph + (** re-hash-cons a single universe *) +val recons_univ: universe -> universe + (** consistency chek that should be done before committin the graph to the * cache *) val assert_univs_have_uri: universe_graph -> unit + (** asserts the univers is named *) +val assert_univ: universe -> unit + (* Benchmarking stuff *)