Thomas Johnsson Wed, 6 Oct 93 14:50:08 +0100
Sorry, the definition of filterArray should read: filterArray f z b list = array b [ i := foldr f z [ x | j:=x <- list, i==j ] | i <- indices b ] -- Thomas