ocaml-multicore / picos

Interoperable effects based concurrency
https://ocaml-multicore.github.io/picos/doc/picos/index.html
ISC License
86 stars 3 forks source link

Redesign resource management to use only one binding operator #202

Closed polytypic closed 2 months ago

polytypic commented 2 months ago

This changes Picos_finally to use let (let@) = (@@) as the only binding operator.

Thanks to @c-cube and @edwintorok for discussion on this topic!