]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/librarySync.mli
librarian: improved error detection, bug fix in time comparison functions: now the...
[helm.git] / helm / software / components / library / librarySync.mli
index d8e432e75b9035888478ed3d1277dbe730344dcc..13a6479bd6c1a312550b5e197c995e3bd267841f 100644 (file)
@@ -51,12 +51,14 @@ val add_coercion:
   add_composites:bool -> 
   RefinementTool.kit -> UriManager.uri -> int (* arity *) ->
    int (* saturations *) -> string (* baseuri *) ->
-    (UriManager.uri * int * int) list (* URI, arity, saturations *)
+    (UriManager.uri * int * int * int) list (* URI, arity, saturations, cpos *)
 
 (* inverse of add_coercion, removes both the eventually created composite   *)
 (* coercions and the information that [uri] and the composites are coercion *)
 val remove_coercion: UriManager.uri -> unit
 
-(* mh... *)
+(* this is used when resetting, but the more gracefull push/pop can be used to
+ * suspend/resume an execution *)
 val remove_all_coercions: unit -> unit
-
+val push: unit -> unit
+val pop: unit -> unit