Am a bit stuck here,... please, what is wrong with this? checkNode :: String -> [String] -> Bool checkNode s nodes = [s == node | node <- nodes ]