]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_refiner/nCicCoercion.ml
Use of standard OCaml syntax
[helm.git] / matita / components / ng_refiner / nCicCoercion.ml
index 7447a68f2e70dd540be9584157083e4c09ceec74..bb6430873c0af142fea6f17b5634487bd3fa7d49 100644 (file)
@@ -46,7 +46,7 @@ class virtual status =
   method coerc_db = db
   method set_coerc_db v = {< db = v >}
   method set_coercion_status
-   : 'status. #g_status as 'status -> 'self
+   : 'status. (#g_status as 'status) -> 'self
    = fun o -> {< db = o#coerc_db >}#set_unifhint_status o
  end