Introduce Unknowns for the closure viewer. Add breakpointCond which was missing
[ghc-base.git] / GHC / Exts.hs
index 651396a..7b850d4 100644 (file)
@@ -29,7 +29,7 @@ module GHC.Exts
        Splittable(..),
 
        -- * Debugging
-       breakpoint,
+       breakpoint, breakpointCond, Unknown,
 
        -- * Ids with special behaviour
        lazy, inline,