On Thu, Jul 9, 2009 at 11:02 AM, Dario Teixeira<darioteixeira@...> wrote:
> 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
>
> let str = #include "file.txt" (* or something like this *)
Try include_file with xstrp4:
http://projects.camlcity.org/projects/xstrp4.html