Wed, 27 Sep 2000 13:58:19 -0300, Jose Romildo Malaquias <[EMAIL PROTECTED]> 
pisze:

> I am starting to use c2hs and I intend to use it
> to build Haskell bindings for ncurses.

A curses binding in progress is in
<http://qrczak.ids.net.pl/qforeign-0.60.tar.gz>. It is coupled with
a proposal for the higher level FFI library, c2hs-like preprocessor
for embedding C features in Haskell, and Unicode support. All are
evolving. They require quite new ghc-4.09 from CVS.

> My first question on using c2hs: how can I import a
> function from C keeping his name in the Haskell side?

{#call theRealFunctionName as aPrivateFunctionNameForIt'sFFIBinding#}

-- 
 __("<  Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK


Reply via email to