darcs patch: Remove unsafeCoerce-importing kludgery in favor of
Uns...
Donald Bruce Stewart
dons at cse.unsw.edu.au
Thu Jun 14 04:24:12 EDT 2007
ashley:
> Donald Bruce Stewart wrote:
> >ashley:
> >>Data.Array.Base isn't exposed, is it?
> >
> >Sure is -- it's where we get unchecked array reads and write from.
>
> I'm not seeing it here:
> <http://haskell.org/ghc/docs/latest/html/libraries/>
> <http://haskell.org/ghc/dist/current/docs/libraries/>
>
base.cabal:
exposed-modules:
...
Data.Array,
Data.Array.Base,
Data.Array.Diff,
Data.Array.IArray,
Data.Array.IO,
Data.Array.MArray,
Data.Array.ST,
Data.Array.Storable,
Data.Array.Unboxed,
...
-- Don
More information about the Libraries
mailing list