cvs commit: hugs98/src input.c
Sigbjorn Finne
sof@galois.com
Tue, 9 Apr 2002 14:35:06 -0700
Oops, lest anyone thinks I've gone completely barmy here,
the tab-free version of that code snippet should say:
do
....
e $ do
blargh
----- Original Message -----
From: "Sigbjorn Finne" <sof@glass.cse.ogi.edu>
To: <cvs-hugs@haskell.org>
Sent: Tuesday, April 09, 2002 14:23
Subject: cvs commit: hugs98/src input.c
> sof 2002/04/09 14:23:30 PDT
>
> Modified files:
> src input.c
> Log:
> Implement the extension which GHC's front-end makes to the layout
> rule to permit stuff like
>
> do
> ...
> e $ do
> blah
>
> Revision Changes Path
> 1.40 +22 -5 hugs98/src/input.c