[Haskell-cafe] How to use "bracket" properly ?

Miguel Mitrofanov miguelimo38 at yandex.ru
Mon Oct 19 04:20:54 EDT 2009



Ketil Malde wrote:
>> winSSQ count noRed noBlue = do {
>>     let yesRed =  [1..33] \\ noRed;
> 
>                             ^^^     ^ 
> Didn't you just comment out your semicolons?

That was my initial reaction. Until I remembered that Haskell has a 
different comment style.



More information about the Haskell-Cafe mailing list