ghc = let h --: g = False
            :: Bool
          h = True
      in h --: False

main = print ghc

 -- Cale

On 09/12/05, Taral <[EMAIL PROTECTED]> wrote:
> On 12/8/05, Taral <[EMAIL PROTECTED]> wrote:
> > or b) comment, because the maximal munch rule says so (it matches the 
> > newline):
> >
> > comment -> dashes [any<symbol> {any}] newline
> > varsym -> (symbol {symbol | :})<reservedop | dashes>
>
> Aha. Maximal munch only applies to non-whitespace, so Hugs is right. Yay.
>
> --
> Taral <[EMAIL PROTECTED]>
> "Computer science is no more about computers than astronomy is about
> telescopes."
>     -- Edsger Dijkstra
> _______________________________________________
> Haskell mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/haskell
>
_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to