[project @ 1999-06-30 11:29:53 by simonmar]
authorsimonmar <unknown>
Wed, 30 Jun 1999 11:29:53 +0000 (11:29 +0000)
committersimonmar <unknown>
Wed, 30 Jun 1999 11:29:53 +0000 (11:29 +0000)
commitcc02bb851921a07a83006988c5bc19b72a3f9049
tree3f2c868e9592489a12da57a6bb604b537081c00f
parent181da0c3e14dc2794f1a68766fc2c46c8948f527
[project @ 1999-06-30 11:29:53 by simonmar]
Allow the following (not strictly H98) construct:

    do
blah
e $ do
blah

This doesn't break any existing code, just allows more programs
through.  Only the semantics for layout after a 'do' have changed.
ghc/compiler/parser/Lex.lhs
ghc/compiler/parser/Parser.y