Open entropylost opened 3 years ago
That looks awesome !
GATs are coming with rust 1.65 :partying_face: https://releases.rs/docs/unreleased/1.65.0/
Well, so functors are now possible in stable rust.. aren't they?
https://www.rustexplorer.com/b/90nk7p Is this how you implement functors?
This is possible with nightly rust with features. See https://www.fpcomplete.com/blog/monads-gats-nightly-rust/.