From 7b4f86b27cedb7686166091c10a17c742ef24b5c Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 25 May 2006 09:04:56 +0000 Subject: [PATCH] export breakpoint --- GHC/Exts.hs | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4