Dmitry Bely wrote:
Is it allowed to call a Caml closure from C (caml_callbackN_exn), that calls another Caml closure internally (also with caml_callbackN_exn)?
I strongly hope so! If this did not work, that would have disastrous consequences for the tight integration of Caml and Python which we are using. (Well, so far, we never encountered a problem with that. And the documentation does not warn against doing this - so, should it not work, that should be considered a bug.) -- best regards, Thomas Fischbacher [email protected] -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs
