[project @ 1997-07-31 00:05:10 by sof]
[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]])