diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2005-09-20 21:42:44 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2005-09-20 21:42:44 +0000 |
commit | a3b605a2db75a7d8c407f29ea81aa8fbdacf35c4 (patch) | |
tree | 1ed9497efcbe5020b76bfc76aa7f9d95f324f2ad /stdlib/sys.ml | |
parent | 339b08f82f26d4bf204162aee275057c9a264e5a (diff) |
New function sscanf_format to read a format from a string.
The type of the resulting format is dynamically checked and should be
the type of the template format which is the second argument.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7061 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/sys.ml')
-rw-r--r-- | stdlib/sys.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/sys.ml b/stdlib/sys.ml index aef1060ba..ab5052a85 100644 --- a/stdlib/sys.ml +++ b/stdlib/sys.ml @@ -78,4 +78,4 @@ let catch_break on = (* OCaml version string, must be in the format described in sys.mli. *) -let ocaml_version = "3.09+dev31 (2005-09-20)";; +let ocaml_version = "3.09+dev32 (2005-09-20)";; |