diff options
-rw-r--r-- | docs/users_guide/safe_haskell.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/safe_haskell.rst b/docs/users_guide/safe_haskell.rst index 7d7e120613..bf7f1fb5d0 100644 --- a/docs/users_guide/safe_haskell.rst +++ b/docs/users_guide/safe_haskell.rst @@ -761,7 +761,8 @@ And three warning flags: Issue a warning if the module being compiled is regarded to be safe. Should be used to check the safety type of modules when using safe - inference. + inference. If the module is explicitly marked as safe then no warning will + be issued. .. ghc-flag:: -Wtrustworthy-safe :shortdesc: warn if the module being compiled is marked as |