diff options
| author | letouzey | 2012-11-19 16:24:40 +0000 |
|---|---|---|
| committer | letouzey | 2012-11-19 16:24:40 +0000 |
| commit | 0d825a503df4ed7dc76145a3b5a82c2e8c3c5e80 (patch) | |
| tree | 6f4d0dc49221afd8e50520452450d7b4aed9b75f /lib | |
| parent | 0d2b9721d0b4a58fb5ca0a4e0befa79c9ab2c1e7 (diff) | |
Serialize: no need anymore to export of_value / to_value in the mli
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15986 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/serialize.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/serialize.mli b/lib/serialize.mli index 33da274f41..6a6d2740ab 100644 --- a/lib/serialize.mli +++ b/lib/serialize.mli @@ -105,9 +105,6 @@ val protocol_version : string exception Marshal_error -val of_value : ('a -> xml) -> 'a value -> xml -val to_value : (xml -> 'a) -> xml -> 'a value - val of_call : 'a call -> xml val to_call : xml -> unknown call |
