[cvs-nhc98] commit
Malcolm Wallace
malcolm@sparud.net
Thu, 26 Oct 2000 19:13:23 +0200 (CEST)
malcolm: Thu Oct 26 19:13:23 CEST 2000
nhc/src/prelude/Array AIndex.hs AMap.hs Accum.hs Array.hs ArrayFun.hs Assocs.hs Elems.hs IxMap.hs Makefile Replace.hs Show_Array.hs Index.hs
Update of /usr/src/master/nhc/src/prelude/Array
In directory hinken:/tmp/cvs-serv15807
Modified Files:
AMap.hs Accum.hs Array.hs ArrayFun.hs Assocs.hs Elems.hs
IxMap.hs Makefile Replace.hs Show_Array.hs
Added Files:
AIndex.hs
Removed Files:
Index.hs
Log Message:
Allow library Array to be compiled for tracing.
(1) Rename Index.hs to AIndex.hs to avoid module name clashes.
(2) Add tracing implementations of ArrayFun and AIndex.