]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/nEstatus.ml
parameter sintax added to axiom statement
[helm.git] / helm / software / components / grafite_parser / nEstatus.ml
index 5cd454fb3a4b9b429769968eb550e0131f842327..ebfd686cd5f1bc5ffceb049db62dfaf6d1b76eaa 100644 (file)
 class type g_status =
  object
   inherit LexiconEngine.g_status
-  inherit NRstatus.g_dumpable_status
+  inherit NCicLibrary.g_dumpable_status
  end
 
 class status =
  object (self)
   inherit LexiconEngine.status
-  inherit NRstatus.dumpable_status
-  method set_estatus
-   : 'status. #g_status as 'status -> 'self
+  inherit NCicLibrary.dumpable_status
+  method set_estatus : 'status. #g_status as 'status -> 'self
    = fun o -> (self#set_lexicon_engine_status o)#set_dumpable_status o
  end