X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Futils.xml;h=ecd55a510b04a366decd91e3a15ca77b149e44da;hb=26f164e5759e9eca73deb0531ddec422d36a6924;hp=6c82f6b38a56a2de9def35e9459435480b4de4f3;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/docs/users_guide/utils.xml b/docs/users_guide/utils.xml index 6c82f6b..ecd55a5 100644 --- a/docs/users_guide/utils.xml +++ b/docs/users_guide/utils.xml @@ -392,15 +392,6 @@ tags: inline, struct or typedef keyword must come just after def. - - A foreign import of a - C function may be inlined across a module boundary, - in which case you must arrange for the importing - module to #include the C header - file generated by hsc2hs (see - ). - For this reason we avoid using #def - in the libraries.