X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_proof_checking%2FcicUnivUtils.ml;fp=helm%2Fsoftware%2Fcomponents%2Fcic_proof_checking%2FcicUnivUtils.ml;h=cbc87e98afcc3574042a3b2813749a7bd14dd888;hb=db48e1ca9a2c0db7e8101367ec98e4ff2f1c069c;hp=cd1aeba32a79c83d8f3018c5129f882e46dadd74;hpb=0368f68ec8dafc3bf4edae143d7f522952674939;p=helm.git diff --git a/helm/software/components/cic_proof_checking/cicUnivUtils.ml b/helm/software/components/cic_proof_checking/cicUnivUtils.ml index cd1aeba32..cbc87e98a 100644 --- a/helm/software/components/cic_proof_checking/cicUnivUtils.ml +++ b/helm/software/components/cic_proof_checking/cicUnivUtils.ml @@ -132,8 +132,6 @@ let rec list_uniq = function let list_uniq l = list_uniq (List.fast_sort CicUniv.compare l) -let profiler = (HExtlib.profile "clean_and_fill").HExtlib.profile - let clean_and_fill uri obj ugraph = (* universes of obj fills the universes of the obj with the right uri *) let list_of_universes, obj = universes_of_obj uri obj in @@ -148,6 +146,8 @@ let clean_and_fill uri obj ugraph = in ugraph, list_of_universes, obj +(* +let profiler = (HExtlib.profile "clean_and_fill").HExtlib.profile let clean_and_fill u o g = profiler (clean_and_fill u o) g - +*)