Re: [Caml-list] filename and line number.

2011-08-03 Thread Anders Fugmann
Thanks for the replies, Using cppo, would I need to define 'loc' in each file using log, or can it be defined in another module? If not, I guess the alternative is to create a syntax extenstion that will include Loc.t structure as a parameter to some print function - or add it manually, but

Re: [Caml-list] filename and line number.

2011-08-03 Thread Gabriel Scherer
Both pa_macros and cppo have a file-inclusion directive, so you could define your preferred location-reporting macro in a header file. That said, I would personally use the __LOCATION__ macro directly: the less preprocessing stuff the better, and if it clutters your code you could restrict your

[Caml-list] Re: Oasis and camlp4of

2011-08-03 Thread Sylvain Le Gall
Hello, On 02-08-2011, Philippe Veber philippe.ve...@gmail.com wrote: --bcaec54ee94203b60304a98d2f09 Content-Type: text/plain; charset=ISO-8859-1 Well, it seems that I have a much simpler problem (and it is not related to camlp4of specifically): the only thing I'm missing is a '-syntax

Re: [Caml-list] Re: Oasis and camlp4of

2011-08-03 Thread Philippe Veber
2011/8/3 Sylvain Le Gall sylv...@le-gall.net Hello, On 02-08-2011, Philippe Veber philippe.ve...@gmail.com wrote: --bcaec54ee94203b60304a98d2f09 Content-Type: text/plain; charset=ISO-8859-1 Well, it seems that I have a much simpler problem (and it is not related to camlp4of

[Caml-list] DBPL '11 Call for participation

2011-08-03 Thread Nate Foster
The 13th International Symposium on Database Programming Languages http://www.cs.cornell.edu/conferences/dbpl2011 Seattle, Washington, USA August 29, 2011 co-located with VLDB 2011

Re: [Caml-list] filename and line number.

2011-08-03 Thread Gabriel Scherer
I called ocamldoc by hand, the signatures I was interested in are actually all contained in camlp4/Camlp4/Sig.ml so there is not much to do. On Wed, Aug 3, 2011 at 9:57 PM, Till Varoquaux t...@pps.jussieu.fr wrote: On Tue, Aug 2, 2011 at 8:45 AM, Gabriel Scherer gabriel.sche...@gmail.com wrote:

[Caml-list] OpenCV bindings

2011-08-03 Thread Andrew Psaltis
Howdy, folks. I was looking at possibly binding OpenCV to OCaml. I was wondering if anyone here has done some work with this in the past, and/or could give me some pointers on where to begin? ~Andrew signature.asc Description: OpenPGP digital signature