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.