X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FExts.hs;h=109f286119180293b5140ead0b2b689cc2e4ace2;hb=7b4f86b27cedb7686166091c10a17c742ef24b5c;hp=4b014f1c096436300f3f63b1b5d995ecddc7a04e;hpb=a14a8400e73713d5ac8c1b3405ac13f4cfe86acf;p=ghc-base.git 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