X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2Fffi.sgml;h=bb5d78b9a257574a30b6eba9d976181bba7840bf;hp=067f790183c822d1a6a43c4877436c243ed55642;hb=cab3c5cb1a0038412472172cb0b25bc81dfdde8f;hpb=488d5cc391d0bec3575528a9cb88ae0b12ee0fb9 diff --git a/docs/ffi.sgml b/docs/ffi.sgml index 067f790..bb5d78b 100644 --- a/docs/ffi.sgml +++ b/docs/ffi.sgml @@ -11,7 +11,7 @@ interfaces provided by GHC and Hugs. However, the FFI specified in this document is not in the market of trying to completely bridge the gap between the actual type of an external function, and what is a convenient type for that function to the Haskell -programmer. That is the domain of tools like HaskellDirect or Green Card, both +programmer. That is the domain of tools like HaskellDirect or GreenCard, both of which are capable of generating Haskell code that uses this FFI.