[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / 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]])