Arc Forumnew | comments | leaders | submitlogin
1 point by cchooper 5889 days ago | link | parent

Yes, the value of (catch (k throw)) is just discarded, so you could pass anything to the continuation and it wouldn't matter. The only reason it takes an argument is because all expressions in Arc have to return something, even if the value isn't used.