the "unknown" types are no longer required
[ghc-base.git] / GHC / Exts.hs
index d4e3856..be3fe53 100644 (file)
@@ -29,7 +29,7 @@ module GHC.Exts
        IsString(..),
 
        -- * Debugging
-       breakpoint, breakpointCond, Unknown, Unknown2, Unknown3, Unknown4,
+       breakpoint, breakpointCond,
 
        -- * Ids with special behaviour
        lazy, inline,