Thanks Neil, > main = do > want ["file1"] > "file1" *> \x -> do > need ["file2"] > putStrLn "Hello" > putStrLn "World" What if I want to mention "file1" only once? -- Regards, Kashyap