Philippe de Rochambeau wrote:
I have tried
map (putStrLn) pImpliesQAndRLoopShow
but that results in the following error message:

Try

mapM_ putStrLn pImpliesQAndRLoopShow

or

putStrLn $ unlines pImpliesQAndRLoopShow

Regards,
Yitz
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to