[project @ 2003-03-04 11:09:15 by simonmar]
authorsimonmar <unknown>
Tue, 4 Mar 2003 11:09:15 +0000 (11:09 +0000)
committersimonmar <unknown>
Tue, 4 Mar 2003 11:09:15 +0000 (11:09 +0000)
commit600410a12a38205d66ba7409cce5a5c49e67a3d2
tree3ebfef3b5d585e3971d1fdbe496d9ada9347da55
parentb29b736b406be134e783b8322cb09a6433acf108
[project @ 2003-03-04 11:09:15 by simonmar]
Split Data.Array.IO into Data.Array.IO.Internals (which defines and
exports the concrete representations of IOArray and IOUArray) and
Data.Array.IO which exports the user-visible API.

This is necessary so that we can build more libraries that use
the internals of IOUArray in particular.
Data/Array/IO.hs
Data/Array/IO/Internals.hs [new file with mode: 0644]