This list is a place for the mutual aid of those who recognize that they're not ocaml gurus yet... everything you wanted to ask about Ocaml, but were afraid to ask in the very official caml-list@inria.fr, can be asked, answered and discussed here.
Satisfaction is NOT guaranteed and if you are teaching more than you're learning... please think that you've probably learnt more than you're teaching! :-)
Hi again, ... Btw, I just noticed that Delimited Overloading does include a "Macro" module offering the INCLUDE facility. As for why I need this: I want to
Hi, ... Thanks, that will do. But which syntax extension provides that facility? (It doesn't seem to work with vanilla Ocaml). I know you are associated with
Hi, Is there a syntax extension that allows a string to be assigned the contents of a file? So instead of doing let str = "very long string" one would just