X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fusing.xml;h=06b9ccc315a6ad52eb4f500c3f18fcd2b9439e07;hb=76c6727d14fe738f4460882739dd462686b008b9;hp=f6686392c243f9ebbe88ac5ede97fc9d81bce092;hpb=5c8d5090cfbb3b239c6ce17a27bcf65637296dd9;p=ghc-hetmet.git diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index f668639..06b9ccc 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -860,6 +860,7 @@ ghc -c Foo.hs -W option Provides the standard warnings plus , + , , , , and @@ -991,6 +992,20 @@ foreign import "&f" f :: FunPtr t + : + + + + Causes a warning to be emitted when a datatype + T is exported + with all constructors, i.e. T(..), but is it + just a type synonym. + Also causes a warning to be emitted when a module is + re-exported, but that module exports nothing. + + + + :