summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rwxr-xr-xlibraries/base/GHC/Exts.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Exts.hs b/libraries/base/GHC/Exts.hs
index b5c0361de8..a8ae03f903 100755
--- a/libraries/base/GHC/Exts.hs
+++ b/libraries/base/GHC/Exts.hs
@@ -56,7 +56,7 @@ module GHC.Exts
breakpoint, breakpointCond,
-- * Ids with special behaviour
- lazy, inline, oneShot,
+ inline, noinline, lazy, oneShot,
-- * Running 'RealWorld' state thread
runRW#,