X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2FcicUniv.ml;h=1ab577ec865feb7678b7f44f56803f1a4c0a6d01;hb=727ef55d2a6202a989c274f6caa1b0e1b7307880;hp=3d92f33358f1b76929027eb0366da95bea03d7ec;hpb=8f86320e1ee981e2a8ad6c56b031a0394c8c1ad3;p=helm.git diff --git a/helm/ocaml/cic/cicUniv.ml b/helm/ocaml/cic/cicUniv.ml index 3d92f3335..1ab577ec8 100644 --- a/helm/ocaml/cic/cicUniv.ml +++ b/helm/ocaml/cic/cicUniv.ml @@ -420,7 +420,7 @@ let fill_empty_nodes_with_uri g l uri = let fill_empty_set s = SOF.fold (fun e s -> SOF.add (fill_empty_universe e) s) s SOF.empty in - let fill_empty_entry e = { e with + let fill_empty_entry e = { eq_closure = (fill_empty_set e.eq_closure) ; ge_closure = (fill_empty_set e.ge_closure) ; gt_closure = (fill_empty_set e.gt_closure) ;