Skip to content

Commit

Permalink
Fix doc for unmarshaled exception values and structural comparison.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14669 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
alainfrisch committed Apr 23, 2014
1 parent 2e9bca0 commit 5a463e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/marshal.mli
Expand Up @@ -37,8 +37,8 @@
should not be pattern-matched over through [match ... with] or [try should not be pattern-matched over through [match ... with] or [try
... with], because unmarshalling does not preserve the information ... with], because unmarshalling does not preserve the information
required for matching their exception constructor. Structural required for matching their exception constructor. Structural
equalities with other exception values, or most other uses such as equalities with other exception values does not work either. Most
Printexc.to_string, will still work as expected. other uses such as Printexc.to_string, will still work as expected.
The representation of marshaled values is not human-readable, The representation of marshaled values is not human-readable,
and uses bytes that are not printable characters. Therefore, and uses bytes that are not printable characters. Therefore,
Expand Down

0 comments on commit 5a463e6

Please sign in to comment.