(no title)
oisdk | 4 years ago
In the article itself, the line:
> As it happens the computation will need the value of b before that of a. If this is a problem, we can write the definition of root1 as
Is actually quite interesting: the problem being described there is almost identical to one of the problems that Haskell had with I/O, which motivated the introduction of monads.
No comments yet.