diff options
-rwxr-xr-x | libraries/base/GHC/Exts.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/GHC/Exts.hs b/libraries/base/GHC/Exts.hs index 4c147ae427..35d344cb55 100755 --- a/libraries/base/GHC/Exts.hs +++ b/libraries/base/GHC/Exts.hs @@ -46,6 +46,9 @@ module GHC.Exts -- * Ids with special behaviour lazy, inline, oneShot, + -- * Running 'RealWorld' state transformers + runRW#, + -- * Safe coercions -- -- | These are available from the /Trustworthy/ module "Data.Coerce" as well |