>>> hPrint stdout [1,2,3] [1,2,3]
>>> hPrint stdin [4,5,6] *** Exception: <stdin>: hPutStr: illegal operation (handle is not open for writing)
>>> pHPrintNoColor stdout $ Just ["hello", "bye"] Just [ "hello" , "bye" ]
>>> pHPrintString stdout $ show [ Just (1, "hello"), Nothing ] [ Just ( 1 , "hello" ) , Nothing ]