]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_extraction/ocamlExtractionTable.ml
Use of standard OCaml syntax
[helm.git] / matita / components / ng_extraction / ocamlExtractionTable.ml
index 576509a04d38b213a2daf1be89c7e46945523899..a3722f80d839d2780fb7df2fa2f15d919385e24f 100644 (file)
@@ -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