[project @ 1997-05-26 05:58:06 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / reader / read002.stderr
1
2
3 ================================================================================
4 Reader:
5 module Reader where
6 infixl 1 f
7 infixr 2 \\\
8 infix 3 :==>
9 infix 4 MkFoo
10 {- rec -}
11 \\\ ::
12     _forall_ [] {Eq a} => [a] -> [a] -> [a]
13 f   x y     =   x
14 \\\ xs ys   =   xs
15 data Foo =
16     MkFoo Int | Float :==> Double