Using fp-ts `RA.separate` vs `Separated`

Is there no equivalent of Separated from fp-ts? RA.separate seems to just return a tuple of arrays now, which is hard to work with (as opposed to being able to use Separated.map/bimap/etc)
Was this page helpful?