Y
Hacker News
new
|
ask
|
show
|
jobs
by
Veedrac
3207 days ago
You still have to write each composition operator separately; writing the code to compose null returns doesn't give you the code to compose IO. Only difference is whether they have separate names.
1 comments
dllthomas
3207 days ago
That's not the only difference. You get to reuse any code written using only those names (that interface).
link