[project @ 1999-11-05 10:09:36 by simonmar]
authorsimonmar <unknown>
Fri, 5 Nov 1999 10:09:39 +0000 (10:09 +0000)
committersimonmar <unknown>
Fri, 5 Nov 1999 10:09:39 +0000 (10:09 +0000)
commitd1650dab94b30dff6785874cddd4e758f6de292e
treea7e2475a5da7dbf72135068775a7f30e1af94d34
parent26bced60abe26e8fa6a529dd17788ecaef226a21
[project @ 1999-11-05 10:09:36 by simonmar]
Allow this syntax on the lhs:

(e1 `op` e2) e3 = ...

(bug reported by Ralf Hinze).

Add a test for it.
ghc/compiler/parser/ParseUtil.lhs
ghc/compiler/rename/RnExpr.lhs
ghc/tests/reader/should_compile/read026.hs [new file with mode: 0644]