arx-0.3.3: Archive execution tool.
Safe HaskellNone
LanguageHaskell2010

System.Posix.ARX.CLI.Options

Synopsis

Documentation

data IOStream Source #

A byte-oriented store that can be read from or written to in a streaming fashion.

Constructors

STDIO 
Path !ByteString 

Instances

Instances details
Show IOStream Source # 
Instance details

Defined in System.Posix.ARX.CLI.Options

Eq IOStream Source # 
Instance details

Defined in System.Posix.ARX.CLI.Options

Ord IOStream Source # 
Instance details

Defined in System.Posix.ARX.CLI.Options

data ByteSource Source #

A source of bytes (no writing, only reading).