aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/states.mli
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-10-01 12:58:26 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-10-01 12:58:26 +0000
commitec0db037f54572aae7ab6a0301f92875771654bb (patch)
tree76ede99bd7369058a2cb2ce236a77789e25d8f3c /library/states.mli
parent60b1e4b4cc6783013e055838f5f2f5cca10f7d75 (diff)
documentation interface
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@90 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/states.mli')
-rw-r--r--library/states.mli7
1 files changed, 4 insertions, 3 deletions
diff --git a/library/states.mli b/library/states.mli
index d648a68ce..4ac371227 100644
--- a/library/states.mli
+++ b/library/states.mli
@@ -1,9 +1,10 @@
(* $Id$ *)
-(*s States of the system. *)
-
-type state
+(*s States of the system. In that module, we provide functions to get
+ and set the state of the whole system. Internally, it is done by
+ freezing the states of both [Lib] and [Summary]. We provide functions
+ to write and restore state to and from a given file. *)
val intern_state : string -> unit
val extern_state : string -> unit