Copyright | (c) 2016 Stephen Diehl (c) 20016-2018 Serokell (c) 2018 Kowainik |
---|---|
License | MIT |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Safe Haskell | Trustworthy |
Language | Haskell2010 |
Documentation
Polymorfic over string and lifted to MonadIO
printing functions.
Instances
Print ByteString Source # | |
Defined in Relude.Print putStr :: MonadIO m => ByteString -> m () Source # putStrLn :: MonadIO m => ByteString -> m () Source # | |
Print ByteString Source # | |
Defined in Relude.Print putStr :: MonadIO m => ByteString -> m () Source # putStrLn :: MonadIO m => ByteString -> m () Source # | |
Print Text Source # | |
Print Text Source # | |
Print [Char] Source # | |