~ubuntu-branches/ubuntu/trusty/sexplib310/trusty

« back to all changes in this revision

Viewing changes to doc/README.tex

  • Committer: Package Import Robot
  • Author(s): Mehdi Dogguy
  • Date: 2012-01-18 13:03:39 UTC
  • Revision ID: package-import@ubuntu.com-20120118130339-4dp7llw1vn9rgxzs
Tags: 7.0.4-2
* Team upload.
* Improve documentation with respect to changes occured in 7.0.4
  (Closes: #656307)
  - add 0001-Improved-documentation.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
the type in a signature, and the appropriate function signatures will
101
101
be generated.\\
102
102
\\
 
103
Converters for standard types (int, list, Hashtbl.t, etc.) become visible to
 
104
the macro-generated code by opening the standard module before their first
 
105
use in a type definition.  Users will therefore usually want to place the
 
106
following at the top of their files:
 
107
 
 
108
\begin{verbatim}
 
109
  open Sexplib.Std
 
110
\end{verbatim}
 
111
 
103
112
See the file \verb=lib_test/conv_test.ml= for example usage.  It also
104
113
demonstrates how to extract and substitute sub-expressions.
105
114