]> matita.cs.unibo.it Git - helm.git/commitdiff
Ferruccio's removal of objects commented out because it breaks compilation of
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 27 Feb 2013 18:30:24 +0000 (18:30 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 27 Feb 2013 18:30:24 +0000 (18:30 +0000)
the standard library!

matita/components/ng_library/nCicLibrary.ml

index b63fe6a71263ec1e31e1bd7f555bc10fed89ab66..3117a12ad387d8458711ab9c50cf9b32271fac4c 100644 (file)
@@ -260,7 +260,9 @@ module Serializer(D: sig type dumpable_s = private #dumpable_status end) =
    let ch = open_out (ng_path_of_baseuri baseuri) in
    Marshal.to_channel ch (magic,(status#dump.dependencies,status#dump.objs)) [];
    close_out ch;
+(*
    remove_objects ~baseuri; (* FG: we remove the old objects before putting the new ones*)
+*)
    List.iter
     (function 
      | `Obj (uri,obj) ->