]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_cic_content/interpretations.mli
- lexicon merged into ng_disambiguation
[helm.git] / matita / components / ng_cic_content / interpretations.mli
index 4b9fdae768c7e64385dbb71996535fce907a2795..2bf18caa6e24d2021933ecbcd9a537ecee632a75 100644 (file)
@@ -38,8 +38,8 @@ class type g_status =
 
 class status :
   object ('self)
+    inherit g_status
     inherit NCicCoercion.status
-    method interp_db: db
     method set_interp_db: db -> 'self
     method set_interp_status: #g_status -> 'self
   end