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

« back to all changes in this revision

Viewing changes to README.txt

  • 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:
88
88
signatures. Just add 'with sexp' to the type in a signature, and the
89
89
appropriate function signatures will be generated.
90
90
  
 
91
  Converters for standard types (int, list, Hashtbl.t, etc.) become visible to
 
92
the macro-generated code by opening the standard module before their first use
 
93
in a type definition. Users will therefore usually want to place the following
 
94
at the top of their files:
 
95
<<  open Sexplib.Std
 
96
>>
 
97
 
91
98
  See the file 'lib_test/conv_test.ml' for example usage. It also demonstrates
92
99
how to extract and substitute sub-expressions.
93
100