X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fffi-chap.xml;h=69b79d72bf9ccffa482e7ea89b95ceccdfffb4d7;hb=e10324c192bb47ef4f7b3e3c53af7480902282fe;hp=f9f52aec85b363eb61ef40e20f3410c3848e1b51;hpb=2d83b718db7197e451d7a47edc7611fa455bbe8d;p=ghc-hetmet.git diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index f9f52ae..69b79d7 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 @@ -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.