"Simon Peyton-Jones" <[EMAIL PROTECTED]> 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

_______________________________________________
FFI mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/ffi

Reply via email to