[Git][ghc/ghc][master] Re-export GHC.Magic.noinline from base

Marge Bot gitlab at gitlab.haskell.org
Tue Apr 7 06:00:50 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
bcd66859 by Sebastian Graf at 2020-04-07T02:00:41-04:00
Re-export GHC.Magic.noinline from base

- - - - -


1 changed file:

- libraries/base/GHC/Exts.hs


Changes:

=====================================
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#,



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bcd668593e1c9e00c5d9c72960b4833dd526cb9a

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bcd668593e1c9e00c5d9c72960b4833dd526cb9a
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200407/e1e5b88c/attachment-0001.html>


More information about the ghc-commits mailing list