that lazy IO is generally discouraged. Perhaps a coroutine library (e.g. pipes) will better suit your needs.
3 lines
184 B
Text
3 lines
184 B
Text
The library provides some basic but useful lazy IO functions. Keep in mind
|
|
that lazy IO is generally discouraged. Perhaps a coroutine library (e.g.
|
|
pipes) will better suit your needs.
|