Closed BertLisser closed 7 years ago
honest, guilty :: [Boy] honest = accusers $ head guilty
The last remark starting with If the puzzle is well-designed was not an assumption. So better code would be:
honest :: [Boy] honest = concat [accusers x | x <-guilty]
Well done!
The last remark starting with If the puzzle is well-designed was not an assumption. So better code would be:
Well done!