]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_library/nCicLibrary.mli
refactoring to park the notions:
[helm.git] / matita / components / ng_library / nCicLibrary.mli
index 3781a47e2dfa757c095d1c5cdca1ede6b5138b89..451beaa70fc51883f1cddb09c68b4c188ea2654d 100644 (file)
@@ -18,10 +18,10 @@ type timestamp
 
 class virtual status :
  object ('self)
-  inherit NCicExtraction.status
+  inherit NCic.status
   method timestamp: timestamp
   method set_timestamp: timestamp -> 'self
-  (*CSC: bug here, we are not copying the NCicExtraction part of the status *)
+  (*CSC: bug here, we are not copying the NCicExtraction and OCamlExtraction part of the status *)
  end
 
 (* it also checks it and add it to the environment *)