]> matita.cs.unibo.it Git - helm.git/blobdiff - components/library/librarySync.mli
snopshot (working one!)
[helm.git] / components / library / librarySync.mli
index d8e432e75b9035888478ed3d1277dbe730344dcc..9dd3f5c3c55d687386f3387504eb3d828e185c28 100644 (file)
@@ -57,6 +57,8 @@ val add_coercion:
 (* 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