Re: searching for documentation about FFI+Hugs
Ross Paterson <[email protected]> Mon, 6 Feb 2006 14:10:04 +0000
| Newsgroups | gmane.comp.lang.haskell.hugs.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 06, 2006 at 04:06:30PM +0300, Bulat Ziganshin wrote: > please point me to the section of manual which addresses using FFI > functions. The only one i found is "3.4. Compiling modules that use > the Foreign Function Interface", but > > 1) it says about .so, not .dll files > > 2) it says about "ffihugs", what is not included in WinHugs distro Maybe someone who knows about Windows could clarify. > 3) it says nothing about foreign import wrappers There's nothing to say (once you've got 1 and 2): Hugs just implements the FFI spec.