September 2021
Intermediate to advanced
504 pages
12h 50m
English
This chapter covers
Process typeSource and SinkTeeWe said in the introduction to part 4 that functional programming is a complete paradigm. Every imaginable program can be expressed functionally, including programs that interact with the external world. But it would be disappointing if the IO type were the only way to construct such programs. IO and ST work by simply embedding an imperative programming language into the purely functional subset of features that we have explored up to now. While programming within the IO monad, ...
Read now
Unlock full access