Comment on Control structures in programming languages: from goto to algebraic effectsparentComments−naasking10moThey're not the same since exceptions typically require non-local control-flow, where Result types require local control flow.
Comments
They're not the same since exceptions typically require non-local control-flow, where Result types require local control flow.