export breakpoint
authorSimon Marlow <simonmar@microsoft.com>
Thu, 25 May 2006 09:04:56 +0000 (09:04 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 25 May 2006 09:04:56 +0000 (09:04 +0000)
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