aboutsummaryrefslogtreecommitdiff
path: root/lib/system.mli
diff options
context:
space:
mode:
authorfilliatr1999-12-12 22:04:30 +0000
committerfilliatr1999-12-12 22:04:30 +0000
commit0579791aa362fbed66baff317cb29f204dcce18a (patch)
treeb792a03fdc9a333b72bad0d663e60279c545e986 /lib/system.mli
parented8ec17ce48b4d0cf14696a4e9760239aa31f59b (diff)
modules et coqc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@239 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/system.mli b/lib/system.mli
index e3fd5978c3..3d355e8438 100644
--- a/lib/system.mli
+++ b/lib/system.mli
@@ -28,6 +28,9 @@ val find_file_in_path : string -> string
and a suffix. The intern functions raise the exception [Bad_magic_number]
when the check fails, with the full file name. *)
+val marshal_out : out_channel -> 'a -> unit
+val marshal_in : in_channel -> 'a
+
exception Bad_magic_number of string
val raw_extern_intern : int -> string ->