From 4a3ae9f068b7ed5bf371c3ef4c52c2a077ef5811 Mon Sep 17 00:00:00 2001 From: nothingnesses <18732253+nothingnesses@users.noreply.github.com> Date: Mon, 12 Jan 2026 19:59:35 +0000 Subject: [PATCH 1/2] feat: Include fp-library into README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37bdb00..f017373 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,6 @@ Implementations in other languages * [fp-core (rust)](https://github.com/JasonShin/fp-core.rs/blob/4564c429/README.md#higher-kinded-type-hkt) * [Higher Standard (SML)](https://github.com/mmcqd/higher-standard) * [object-algebras (C#)](https://github.com/tgrospic/object-algebras) +* [fp-library (Rust)](https://github.com/nothingnesses/rust-fp-library) [flops-2014-paper]: https://www.cl.cam.ac.uk/~jdy22/papers/lightweight-higher-kinded-polymorphism.pdf From 8c7629084b3f55574b81167ca3bf92b3e0ce85de Mon Sep 17 00:00:00 2001 From: Jeremy Yallop Date: Mon, 12 Jan 2026 21:59:01 +0000 Subject: [PATCH 2/2] Reorder implementations list to make Rust implementations adjacent --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f017373..fc9410f 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ 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) -* [fp-library (Rust)](https://github.com/nothingnesses/rust-fp-library) [flops-2014-paper]: https://www.cl.cam.ac.uk/~jdy22/papers/lightweight-higher-kinded-polymorphism.pdf