I completely agree. I am actually very new to any FP at all. I would like to learn because I think it is going to provide a great benefit to myself and my team.
My team has been moving towards using sealed classes for Rx and return types in general, and I saw a good opportunity with
Either
to reduce how many extra classes I was writing, as well as begin to bring some small FP concepts into our code.