[Caml-list] Sexplib bug report

2012-02-16 Thread bob zhang
Hi, I did not find sexplib mailing list, so I posted it here. sexplib is not compatible with camlp4of For example camlp4of Pa_type_conv.cma pa_sexp_conv.cma -str type ('a,'b) delta = ('b * 'a) broken camlp4o Pa_type_conv.cma pa_sexp_conv.cma -str type ('a,'b) delta = ('b * 'a) good camlp4of

Re: [Caml-list] Sexplib bug report

2012-02-16 Thread Markus Mottl
On Thu, Feb 16, 2012 at 20:55, bob zhang bobzhang1...@gmail.com wrote: Is it possible to separate the syntax extension from the code generation part? syntax extension is always fragile, code generation API is still pretty useful. In my opinion, the main meat lies in code generation part.