From 6c1499f365983db922f57b0da99c77906be8df0c Mon Sep 17 00:00:00 2001 From: Jeremy Yallop Date: Tue, 29 Aug 2023 13:14:09 +0100 Subject: [PATCH] Add a link to @tgrospic's object-algebras C# library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3bb036..37bdb00 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,6 @@ Implementations in other languages * [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) * [Higher Standard (SML)](https://github.com/mmcqd/higher-standard) +* [object-algebras (C#)](https://github.com/tgrospic/object-algebras) [flops-2014-paper]: https://www.cl.cam.ac.uk/~jdy22/papers/lightweight-higher-kinded-polymorphism.pdf