i have a series of questions, but they should go in order. my main question is: what is the difference between
S.either
S.either
and
S.eitherFromSelf
S.eitherFromSelf
? And what is the
EitherFrom
EitherFrom
type that
S.either
S.either
creates? I am confused about which one i should be using to represent an Either that i plan to encode to a json string and then decode from a json string