purescript-either icon indicating copy to clipboard operation
purescript-either copied to clipboard

Values with two possibilities

Results 1 purescript-either issues
Sort by recently updated
recently updated
newest added

## Description of the change Add a `lefts` function similar to [the one existing in Haskell Data.Either](https://hackage.haskell.org/package/base-4.20.0.1/docs/Data-Either.html#v:lefts). Add also its "partner" `rights` function. ### Motivation I find `lefts` useful to...