Placement of OPTION pragmas
Juanma Barranquero
jmbarranquero at laley.wke.es
Fri Sep 19 17:05:33 EDT 2003
On Fri, 19 Sep 2003 14:27:19 +0100
"Simon Marlow" <simonmar at microsoft.com> wrote:
> We could make it understand comments, but that adds extra
> complication (nested comments, maximal munch for '--' comments, etc.).
Hmm.
Nested comments yes, I see how that'd be a problem.
But surely it wouldn't be hard to ignore lines matching "^\s*--"?
Juanma
More information about the Glasgow-haskell-users
mailing list