relude-0.4.0: Custom prelude from Kowainik

Copyright(c) 2018 Kowainik
LicenseMIT
MaintainerKowainik <xrom.xkov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Relude.Lifted.Terminal

Description

Lifted functions to work with stdin and stdout.

Synopsis

Documentation

getLine :: MonadIO m => m Text Source #

Lifted version of getLine.

print :: forall a m. (MonadIO m, Show a) => a -> m () Source #

Lifted version of print.

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

Lifted version of putStr.

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

Lifted version of putStrLn.