Again: FFI syntax

Manuel M. T. Chakravarty chak at cse.unsw.edu.au
Wed May 30 08:49:37 EDT 2001


"Simon Peyton-Jones" <simonpj at microsoft.com> wrote,

> So why not keep it simple?   Just one header file, no directories, no
> search
> path, no <> brackets.  Any of that stuff can be done in the file you
> #include

Just a note: Currently, we allow directories (at least that
is how I understand the spec), ie, writing 

  myincludes/foo.h 

is fine.  Rationale: I don't think that it adds any
complication at all, but it is almost guaranteed to be
convenient at times.

Cheers,
Manuel




More information about the FFI mailing list