add Control.Monad.Instances to nhc98 build
[haskell-directory.git] / GHC / Exts.hs
index 4b014f1..651396a 100644 (file)
@@ -28,6 +28,12 @@ module GHC.Exts
        -- * Linear implicit parameter support
        Splittable(..),
 
+       -- * Debugging
+       breakpoint,
+
+       -- * Ids with special behaviour
+       lazy, inline,
+
        ) where
 
 import Prelude