[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / runtime / r007.out1
1 Type :? for help
2 Hugs:(1,10)
3 Hugs:[(1,1),(2,4),(3,9),(4,16),(5,25),(6,36),(7,49),(8,64),(9,81),(10,100)]
4 Hugs:[1,2,3,4,5,6,7,8,9,10]
5 Hugs:[1,4,9,16,25,36,49,64,81,100]
6 Hugs:array (1,10) [(1,1),(2,4),(3,3),(4,4),(5,25),(6,36),(7,49),(8,64),(9,81),(10,100)]
7 Hugs:'b'
8 Hugs:
9 Program error: (Array.!): undefined array element
10
11 Hugs:'c'
12 Hugs:
13 Program error: Ix.index.Int: Index out of range.
14
15 Hugs:
16 Program error: Ix.index.Int: Index out of range.
17
18 Hugs:[1,4,9,16,25,36,49,64,81,100]