|
Re: "ocaml_beginners"::[] Syntax extension for including strings from external file
Hi,
> You can do
>
> INCLUDE "file.ml"
>
> where file.ml contains
>
> let str = "................"
>
> Now, it is not clear why you would like to include that into your code
> instead of reading a text file.
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
the Delimited Overloading project. Would that be it?
Cheers,
Dario
|