ghc-7.10.3: The GHC API

Safe HaskellNone
LanguageHaskell2010

BreakArray

Description

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

Constructors

BA (MutableByteArray# RealWorld)