diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2020-04-06 11:10:35 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-04-07 02:00:41 -0400 |
commit | bcd668593e1c9e00c5d9c72960b4833dd526cb9a (patch) | |
tree | 4ebcec223f559bc89138db49d2b5063ea14b1f5d | |
parent | f38e8d61f066c3064c600c352eebcd87f28d989a (diff) | |
download | haskell-bcd668593e1c9e00c5d9c72960b4833dd526cb9a.tar.gz |
Re-export GHC.Magic.noinline from base
-rwxr-xr-x | libraries/base/GHC/Exts.hs | 2 |
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#, |