Hacker News new | ask | show | jobs
by diarrhea 1047 days ago
I think ADTs and effects system are orthogonal though. A “print” has an effect but I don’t know of languages where failure of that is propagated (for example in Rust, println doesn’t evaluate to Result).