Hacker News
- A better Scala? Rust higher-kinded types RFC approved https://github.com/rust-lang/rfcs/blob/master/text/1598-generic_associated_types.md 2 comments
- Higher Kinded Types in Rust https://hugopeters.me/posts/14/ 27 comments
- Seamless Higher-Kinded Types in Rust https://github.com/mtomassoli/HKTs 56 comments rust
- Rust higher-kinded types RFC has been approved https://github.com/rust-lang/rfcs/blob/master/text/1598-generic_associated_types.md 10 comments compsci
- (New?) Method for Emulating Higher-Kinded Types in Rust https://gist.github.com/edmundsmith/855fcf0cb35dd467c29a9350481f0ecf 14 comments rust
- Higher Kinded Types in Rust https://hugopeters.me/posts/14/ 27 comments rust
- Rust has higher kinded types already... sort of https://joshlf.com/post/2018/10/18/rust-higher-kinded-types-already/ 14 comments rust
- Why are Higher Kinded Types requested in rust? https://www.reddit.com/r/rust/comments/6seaf8/why_are_higher_kinded_types_requested_in_rust/ 16 comments rust
- Kinder: "Higher Kinded Types" and Algebraic Hierarchy for Rust https://github.com/KitFreddura/Kinder 16 comments rust
- Generalizing over Generics in Rust (Part 1) - AKA Higher Kinded Types in Rust https://rustyyato.github.io/type/system,type/families/2021/02/15/type-families-1.html 98 comments rust
- Rust and the Monad trait - Not just higher kinded types http://m4rw3r.github.io/rust-and-monad-trait 7 comments haskell
- Rust and the Monad trait - Not just higher kinded types http://m4rw3r.github.io/rust-and-monad-trait 36 comments rust