Right package:skeletest

A predicate checking if the input is Right, wrapping a value matching the given predicate.
>>> Right 1 `shouldSatisfy` P.right (P.gt 0)