
This is a set of macros to be used when writing haskell ffi. they were designed to be able to fully describe c interfaces, so that hsc2hs can extract from them all haskell code needed to mimic such interfaces. all haskell names used are automatically derived from c names, structures are mapped to haskell instances of storable, and there are also macros you can use with c code to help write bindings to inline functions or macro functions.
this package contains no haskell code, only c header files designed for hsc2hs.
this package provides a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.