git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13555 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2013-04-18 12:56:28 +00:00
parent e29c9d2956
commit 261eaed8b2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
Apart from that marshaling is not type-safe, it's also risky to
marshal exception or any OCaml values of type that contains
exception in it's defininition or in dependent
exception in its defininition or in dependent
definitions. Although it's possible to marshal and unmarshal these
OCaml values, it's not possible anymore to match the exception
contained in it using match construct. The same principle applies