diff --git a/README.md b/README.md index 37bdb00..fc9410f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ Implementations in other languages * [Bow (Swift)](https://bow-swift.io/docs/fp-concepts/higher-kinded-types/) * [HKT.swift (Swift)](https://gist.github.com/anandabits/f12a77c49fc002cf68a5f1f62a0ac9c4) * [HigherKindedPolymorphisms (Julia)](https://github.com/thautwarm/HigherKindedPolymorphisms.jl) -* [fp-core (rust)](https://github.com/JasonShin/fp-core.rs/blob/4564c429/README.md#higher-kinded-type-hkt) +* [fp-core (Rust)](https://github.com/JasonShin/fp-core.rs/blob/4564c429/README.md#higher-kinded-type-hkt) +* [fp-library (Rust)](https://github.com/nothingnesses/rust-fp-library) * [Higher Standard (SML)](https://github.com/mmcqd/higher-standard) * [object-algebras (C#)](https://github.com/tgrospic/object-algebras)