
Could some add to the user guide at: http://www.haskell.org/ghc/docs/latest/html/users_guide/ghc-language-feature... that -ffi and -fffi is (currently) implied by -fglasgow-exts? (as stated in the flag reference) in the same way as it is stated under -fimplicit-params or -fth in section 7.1. Language options? Therefore the keyword "foreign" gets into scope by -fglasgow-exts. And maybe this word and others should be added to http://haskell.org/haskellwiki/Keywords, because "forall" is listed and only available with -fglasgow-exts? Christian

Hi
Therefore the keyword "foreign" gets into scope by -fglasgow-exts. And maybe this word and others should be added to http://haskell.org/haskellwiki/Keywords, because "forall" is listed and only available with -fglasgow-exts?
It's a wiki, so feel free. I set up the original version using the keywords from the Haskell 98 report, and have little knowledge of the GHC extension keywords - help is welcome. (While you're at it you can always expand on some of the existing keywords as well, some are taken directly from the H98 report and are a bit dry :) ) Thanks Neil
participants (2)
-
Christian Maeder
-
Neil Mitchell