liblawless-0.18.0: Prelude based on protolude for GHC 8 and beyond.

Copyright© 2016 All rights reserved.
LicenseGPL-3
MaintainerEvan Cofsky <>
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Text.IO

Description

 

Documentation

hPutStr :: MonadIO m => Handle -> Text -> m () Source #

hPutStrLn :: MonadIO m => Handle -> Text -> m () Source #

putStr :: MonadIO m => Text -> m () Source #

putStrLn :: MonadIO m => Text -> m () Source #