[commit: ghc] master: Export oneShot from GHC.Exts (50e7055)
git at git.haskell.org
git at git.haskell.org
Wed May 4 07:52:04 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/50e70559a0be07e5b836397d4aa8facf180510f9/ghc
>---------------------------------------------------------------
commit 50e70559a0be07e5b836397d4aa8facf180510f9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed May 4 09:54:40 2016 +0200
Export oneShot from GHC.Exts
as suggested by carter in #12011.
>---------------------------------------------------------------
50e70559a0be07e5b836397d4aa8facf180510f9
libraries/base/GHC/Exts.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/GHC/Exts.hs b/libraries/base/GHC/Exts.hs
index 9e58f5c..4c147ae 100755
--- a/libraries/base/GHC/Exts.hs
+++ b/libraries/base/GHC/Exts.hs
@@ -44,7 +44,7 @@ module GHC.Exts
breakpoint, breakpointCond,
-- * Ids with special behaviour
- lazy, inline,
+ lazy, inline, oneShot,
-- * Safe coercions
--
More information about the ghc-commits
mailing list