Centril / rfc-effects

Preparing an RFC on effect polymorphism in Rust with focus on 'const'
10 stars 0 forks source link

Paper: Recovering Purity with Comonads and Capabilities #12

Open glaebhoerl opened 5 years ago

glaebhoerl commented 5 years ago

I thought you might find this interesting:

http://semantic-domain.blogspot.com/2019/07/all-comonads-all-time.html https://www.cl.cam.ac.uk/~nk480/popl20-cap-submission.pdf

There are some similarities with Rust's (planned) const-generics system (swapping const for Pure as appropriate):

And some differences: