funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
2017-03-07T16:22:04.000665Z

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?

2017-03-07T16:32:05.000666Z

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

2017-03-07T16:55:11.000667Z

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