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

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

Text.Machine

Description

 

Synopsis

Documentation

readLines :: MonadIO m => Handle -> SourceT m Text Source #

Read lines from a Handle until $EOF$ is reached.

writeLines :: MonadIO m => Handle -> ProcessT m Text Text Source #

Write lines to a Handle until there are no more. Forwards them on.