Are you talking about this paper for Lightweight Higher-Kinded Polymorphism? link.springer.com/chapter/10.1007/978-3-319-07151-0_8 If so, I was not aware of it, but it seems similar!
@@codelaunchchannel This is exactly how I found your video and this channel, looking for someone's implementation for C#. Although personally I would still go for using LanguageExt in the end. Keep up the good work!
Yup, LanguageExt is a great library! My goal with the channel is to explain how these techniques work behind the scene, so you would be able to reimplement them if ever needed (maybe in another language ;))
Excellent! This is essentially the implementation for LHKP, correct?
Are you talking about this paper for Lightweight Higher-Kinded Polymorphism? link.springer.com/chapter/10.1007/978-3-319-07151-0_8
If so, I was not aware of it, but it seems similar!
@@codelaunchchannel This is exactly how I found your video and this channel, looking for someone's implementation for C#. Although personally I would still go for using LanguageExt in the end. Keep up the good work!
Yup, LanguageExt is a great library!
My goal with the channel is to explain how these techniques work behind the scene, so you would be able to reimplement them if ever needed (maybe in another language ;))