]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite_engine/grafiteSync.mli
snopshot (working one!)
[helm.git] / components / grafite_engine / grafiteSync.mli
index fbe1fc8dbb557b6093590508055e834d6915a94b..f66c0e85383c106ad161be035fcf0690f50ec0c3 100644 (file)
@@ -41,3 +41,13 @@ val time_travel:
 
   (* also resets the imperative part of the status *)
 val init: string -> GrafiteTypes.status
+
+(*
+  (* just an empty status, does not reset imperative 
+   * part, use push/pop for that *)
+val initial_status: string -> GrafiteTypes.status
+*)
+
+  (* preserve _only_ imperative parts of the status *)
+val push: unit -> unit
+val pop: unit -> unit