[project @ 1999-05-07 14:52:49 by simonm]
[ghc-hetmet.git] / ghc / tests / lib / should_run / dynamic001.stdout
1 *** Testing: toDyn ***
2 [ <<Int>>
3 , <<Char>>
4 , <<Bool>>
5 , <<Float>>
6 , <<Double>>
7 , <<Integer>>
8 , <<IO ()>>
9 , <<[Dynamic]>>
10 , <<[Int]>>
11 , <<Maybe Int>>
12 , <<Maybe Int>>
13 , <<Maybe Int>>
14 , <<Maybe Int Int>>
15 , <<Maybe Char Char>>
16 , <<()>>
17 , <<Ordering>>
18 , <<((),Int)>>
19 , <<((),Int,Char)>>
20 , <<((),Int,Char,Double)>>
21 , <<((),Int,Char,Double,(Maybe Bool))>>
22 , <<Int -> Int -> Int>>
23 , <<Integer -> Integer -> Integer>>
24 , <<[Char] -> [Char] -> [Char]>>
25 ]
26 *** Testing: fromDyn ***
27 1
28 0
29 'a'
30 1.0
31 0
32 3.0
33 0
34 5
35 False
36 [1,3,5]
37 Just True
38 Left True
39 LT
40 False
41 4
42 [1,2]