5 Jun 2000 07:22:55 GMT, Marcin 'Qrczak' Kowalczyk <[EMAIL PROTECTED]> pisze:

> It would be nice to be able to write just

Then monomorphism would not be a surprise.

BTW, as we are talking about the "do" syntax... Some people some time
ago pointed out that it would be nice to permit the following in the
layout rules:
    do
        ...
        if condition then do
            actions1
        else do
            actions2
i.e. that a line beginning with "else" at the current layout level
counted as indented more. It looks better than
    do
        ...
        if condition
            then do
                actions1
            else do
                actions2

-- 
 __("<    Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/
 \__/              GCS/M d- s+:-- a23 C+++$ UL++>++++$ P+++ L++>++++$ E-
  ^^                  W++ N+++ o? K? w(---) O? M- V? PS-- PE++ Y? PGP+ t
QRCZAK                  5? X- R tv-- b+>++ DI D- G+ e>++++ h! r--%>++ y-


Reply via email to