X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_extraction%2FocamlExtractionTable.ml;h=a3722f80d839d2780fb7df2fa2f15d919385e24f;hb=926bd86002f91d2bf2a3ce7376309f5106268959;hp=576509a04d38b213a2daf1be89c7e46945523899;hpb=66be8fbe19e2ccfa0e6a7abeba605152d1322595;p=helm.git diff --git a/matita/components/ng_extraction/ocamlExtractionTable.ml b/matita/components/ng_extraction/ocamlExtractionTable.ml index 576509a04..a3722f80d 100644 --- a/matita/components/ng_extraction/ocamlExtractionTable.ml +++ b/matita/components/ng_extraction/ocamlExtractionTable.ml @@ -228,7 +228,7 @@ class virtual status = db1,db2,dbi,dbgp,dbp,dbids,dbrefs,ch,dbmn1,dbmn2,dbo,curi,empty_info >} method set_ocaml_extraction_db v = {< ocaml_extraction_db = v >} method set_ocaml_extraction_status - : 'status. #g_status as 'status -> 'self + : 'status. (#g_status as 'status) -> 'self = fun o -> {< ocaml_extraction_db = o#ocaml_extraction_db >} end