blob: 9853bcb2643d84bf8620c2d75550f494289707a8 (
plain)
1
2
3
4
5
6
7
|
C->Haskell assists in the development of Haskell bindings to C libraries.
It extracts interface information from C header files and generates Haskell
code with foreign imports and marshaling. Unlike writing foreign imports
by hand (or using hsch2s), this ensures that C functions are imported with
the correct Haskell types.
WWW: http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
|