Safe Haskell | None |
---|
Break Arrays in the IO monad
Entries in the array are Word sized Conceptually, a zero-indexed IOArray of Bools, initially False. They're represented as Words with 0==False, 1==True. They're used to determine whether GHCI breakpoints are on or off.
(c) The University of Glasgow 2007
Documentation
data BreakArray Source
newBreakArray :: Int -> IO BreakArraySource
setBreakOn :: BreakArray -> Int -> IO BoolSource
setBreakOff :: BreakArray -> Int -> IO BoolSource
showBreakArray :: BreakArray -> IO ()Source