aboutsummaryrefslogtreecommitdiff
path: root/library/lib.mli
diff options
context:
space:
mode:
authorfilliatr1999-09-29 07:34:20 +0000
committerfilliatr1999-09-29 07:34:20 +0000
commit60b1e4b4cc6783013e055838f5f2f5cca10f7d75 (patch)
tree0ba591989345a1b523d31be392455bbf6f0eb58a /library/lib.mli
parentea5408dc21bd8748e7d9917e8deaf9c639883475 (diff)
with_heavy_rollback deplace dans States
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@89 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/lib.mli')
-rw-r--r--library/lib.mli7
1 files changed, 0 insertions, 7 deletions
diff --git a/library/lib.mli b/library/lib.mli
index 33f6e90564..d8b3def299 100644
--- a/library/lib.mli
+++ b/library/lib.mli
@@ -48,13 +48,6 @@ val export_module : unit -> library_segment
val reset_to : section_path -> unit
-(*s Rollback. [with_heavy_rollback f x] applies [f] to [x] and restores the
- state of the whole system as it was before the evaluation if an exception
- is raised. *)
-
-val with_heavy_rollback : ('a -> 'b) -> 'a -> 'b
-
-
(*s We can get and set the state of the operations (used in [States]). *)
type frozen