Fork me on GitHub
#funcool
<
2017-03-07
>
caio16:03:04

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?

dialelo16:03:05

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

caio16:03:11

yeah. I actually implemented my own schemas based on the predicates. just wondering if I missed something that can be used directly