RE: FFI Definition

2001-05-02 Thread Simon Peyton-Jones
| > language specific stuff inside the "..." string | > language independent stuff outside | | But static/dynamic probably means different things, depending | on the callconv. I think it's arguable that static/dynamic should be inside the ext_ent string. Indeed, one might use s

RE: Revised FFI syntax + typing

2001-05-02 Thread Simon Marlow
> -- allowed for import/export > callconv : 'ccall' -- default > | 'wincall' > | 'stdcall' -- deprecated, same as wincall > | 'cplusplus' > | 'jvm' > | 'dotnet' A totally minor point, but 'wincall' doesn't feel right.