export breakpoint
[ghc-base.git] / GHC / Exts.hs
index 4b014f1..109f286 100644 (file)
@@ -28,6 +28,8 @@ module GHC.Exts
        -- * Linear implicit parameter support
        Splittable(..),
 
+       -- * Debugging
+       breakpoint,
        ) where
 
 import Prelude