On Thu, Oct 1, 2009 at 12:52 AM, Hong Yang <hyang...@gmail.com> wrote:

> Hi,
>
> I got an error if one of lines reads "--++ bla bla bla" where I tried to
> comment, but "-- ++ bla bla bla" (notice the space after "--") is OK.
>
> Do you think this revealed a tiny bug in the GHC compiler (I am using
> Windows Haskell Platform 2009.2.0.2)?
>

Line comments start with "-- ", not just "--".

-- 
Sebastian Sylvan
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to