[project @ 2002-04-02 13:56:32 by simonmar]
authorsimonmar <unknown>
Tue, 2 Apr 2002 13:56:34 +0000 (13:56 +0000)
committersimonmar <unknown>
Tue, 2 Apr 2002 13:56:34 +0000 (13:56 +0000)
commit94c5c5a2f6e296125940af1946d888e53b8c82f0
treeef6c1a08475075acb8c6de8b1f57471119e29752
parent13878c136b4e6b676dbc859f378809676f4d679c
[project @ 2002-04-02 13:56:32 by simonmar]
Allow the use of 'let' for implcit bindings.

Support for 'with' is left in place for the time being, but on seeing
a 'with' we emit a non-suppressible warning about 'with' being
deprecated in favour of 'let'.
ghc/compiler/deSugar/DsExpr.lhs
ghc/compiler/hsSyn/HsExpr.lhs
ghc/compiler/parser/Parser.y
ghc/compiler/rename/RnExpr.lhs
ghc/compiler/typecheck/TcExpr.lhs
ghc/compiler/typecheck/TcHsSyn.lhs