Browse thread
Re: [Caml-list] Re: Serialisation of PXP DTDs
-
Dario Teixeira
-
Markus Mottl
- Dario Teixeira
-
Markus Mottl
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Dario Teixeira <darioteixeira@y...> |
| Subject: | Re: [Caml-list] Re: Serialisation of PXP DTDs |
Hi,
> Absolutely, both converters are supported simultaneously.
> That's why we had to factor out the type-conv package, because
> some code needs to be shared.
Excellent! I asked because I remember giving it a go some
months ago and running into preprocessor errors. But now I
realise what the mistake was: instead of "with sexp with bin_io",
one should write "with sexp, bin_io"...
Cheers,
Dario Teixeira