X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fffi-chap.xml;h=5ef50a65ae03ec68810d139ea99db4ff15204c85;hb=059f2d7be7cc02d093ce51f0bbd68f5e5ebe527d;hp=2d2c5a05317ed34a26239931833e758dd412c22c;hpb=cc8e41a3c5e05a1076254ab39a56074e70f9e863;p=ghc-hetmet.git diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index 2d2c5a0..5ef50a6 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -19,7 +19,7 @@ Foreign function interface (FFI) The FFI libraries are documented in the accompanying library documentation; see for example the - Foreign module. + Foreign module. GHC extensions to the FFI Addendum @@ -64,7 +64,7 @@ OK: - + Primitive imports GHC extends the FFI with an additional calling convention @@ -498,7 +498,7 @@ int main(int argc, char *argv[]) threads, which are Haskell threads tied to a particular OS thread. For information on bound threads, see the documentation - for the Control.Concurrent + for the Control.Concurrent module. @@ -563,7 +563,6 @@ int main(int argc, char *argv[])