Add the inline function, and many comments
[ghc-base.git] / GHC / Exts.hs
index 109f286..651396a 100644 (file)
@@ -30,6 +30,10 @@ module GHC.Exts
 
        -- * Debugging
        breakpoint,
+
+       -- * Ids with special behaviour
+       lazy, inline,
+
        ) where
 
 import Prelude