From: Simon Marlow Date: Thu, 25 May 2006 09:04:56 +0000 (+0000) Subject: export breakpoint X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7b4f86b27cedb7686166091c10a17c742ef24b5c;p=haskell-directory.git export breakpoint --- diff --git a/GHC/Exts.hs b/GHC/Exts.hs index 4b014f1..109f286 100644 --- a/GHC/Exts.hs +++ b/GHC/Exts.hs @@ -28,6 +28,8 @@ module GHC.Exts -- * Linear implicit parameter support Splittable(..), + -- * Debugging + breakpoint, ) where import Prelude