]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_library/nCicLibrary.mli
Use of standard OCaml syntax
[helm.git] / matita / components / ng_library / nCicLibrary.mli
index 165b70ce19156e6d55c0f62030be3b7e0f2ea9bf..14090cdcb9614d0b65ff01fd676d37c24bba87dc 100644 (file)
@@ -25,9 +25,9 @@ class virtual status :
  end
 
 (* it also checks it and add it to the environment *)
-val add_obj: #status as 'status -> NCic.obj -> 'status
+val add_obj: (#status as 'status) -> NCic.obj -> 'status
 val add_constraint: 
-  #status as 'status -> acyclic:bool ->
+  (#status as 'status) -> acyclic:bool ->
   NCic.universe -> NCic.universe -> 'status
 val aliases_of: NUri.uri -> NReference.reference list
 val resolve: string -> NReference.reference list
@@ -57,7 +57,7 @@ class dumpable_status :
  end
 
 val get_transitively_included: #dumpable_status -> NUri.uri list
-val dump_obj: #dumpable_status as 'status -> obj -> 'status
+val dump_obj: (#dumpable_status as 'status) -> obj -> 'status
 
 module type SerializerType =
  sig