Little typo:
On Thu 23 Jun 2016 09:36, Andy Wingo <[email protected]> writes:
> The only drawback that I know of with the strategy of simply allowing
> users to use Guile's I/O primitives (e.g., `read-line') and assuming
> that they'll suspend when they block is that not all of the primitives
> that you would like to you have been rebased on top of the ones
s/you/use/
> implemented by (ice-9 suspendable-ports). So if you find such an I/O
> procedure that needs to be rewritten to use put-string instead of
> display, for example, then please do send a patch.
Cheers,
Andy