about funcool/cats: I'm on a project that uses plumatic's schema library. is there a protocol/anything that can be used for Either
monad schema?
hey calo, there are some predicates for checking things about Either
such as left?
and right?
; i'm guessing that with those and the tools schema provides you could build a schema for either values, I haven't used Schema heavily so I might be wrong
yeah. I actually implemented my own schemas based on the predicates. just wondering if I missed something that can be used directly