[project @ 1997-09-03 23:33:46 by sof]
[ghc-hetmet.git] / ghc / tests / etc / wdp-array.hs
1 import MiniPrel
2
3 a :: Array Int Int
4 a = array (1,100) ((1 := 1) : [i := i * a!(i-1) | i <- [2..100]])