Wrapl, The Programming Language
Home
About
Features
Status
Contact
Documentation
Tutorial
Reference
Syntax
Expressions
Sample
Libraries
Download
Source
Binaries
Links
Other Languages
Development Tools
Libraries
Discuss
Mailing List
Forum
Search
Libraries
IO
.
Terminal
Types
T
Inherits from:
IO.Posix.T
,
IO.Stream.T
ReaderT
Inherits from:
T
,
IO.Posix.TextReaderT
,
IO.Posix.ReaderT
,
IO.Posix.T
,
IO.Stream.TextReaderT
,
IO.Stream.ReaderT
,
IO.Stream.T
WriterT
Inherits from:
T
,
IO.Posix.TextWriterT
,
IO.Posix.WriterT
,
IO.Posix.T
,
IO.Stream.TextWriterT
,
IO.Stream.WriterT
,
IO.Stream.T
Constants
Err
:
WriterT
Writes to the standard error channel
In
:
ReaderT
Reads from the standard input channel
Out
:
WriterT
Writes to the standard output channel
Terminal
Types
Constants