put 'unsafeCoerce' in a standard location
[haskell-directory.git] / GHC / Exts.hs
index 109f286..20f43ef 100644 (file)
@@ -29,7 +29,11 @@ module GHC.Exts
        Splittable(..),
 
        -- * Debugging
-       breakpoint,
+       breakpoint, breakpointCond, Unknown, Unknown2, Unknown3, Unknown4,
+
+       -- * Ids with special behaviour
+       lazy, inline,
+
        ) where
 
 import Prelude