[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / 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 \\\ :: _forall_ [] (Eq a) => [a] -> [a] -> [a]
12 f x y = x
13 \\\ xs ys = xs
14 data Foo = MkFoo Int | Float :==> Double