add module header
authorSimon Marlow <simonmar@microsoft.com>
Wed, 18 Apr 2007 11:25:11 +0000 (11:25 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 18 Apr 2007 11:25:11 +0000 (11:25 +0000)
compiler/main/BreakArray.hs

index 788adf2..dbae88a 100644 (file)
@@ -1,10 +1,15 @@
+-----------------------------------------------------------------------------
 --
 -- Break Arrays in the IO monad
 -- Entries in the array are Word sized 
 --
 --
 -- Break Arrays in the IO monad
 -- Entries in the array are Word sized 
 --
+-- (c) The University of Glasgow 2007
+--
+-----------------------------------------------------------------------------
 
 module BreakArray
   ( BreakArray (BA)
 
 module BreakArray
   ( BreakArray (BA)
+        -- constructor is exported only for ByteCodeGen
   , newBreakArray
   , getBreak 
   , setBreakOn 
   , newBreakArray
   , getBreak 
   , setBreakOn