main :: IO ()foo :: [Int] -> [Int]foo a = [y | y<-a, y `mod` 3 == 0]main = print $ foo [2,3,9,6,8,0]
Standard input is empty
[3,9,6,0]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!