preferThis :: These a a -> a
preferThis = mergeThese const
preferThat :: These a a -> a
preferThat = mergeThese $ flip const
These functions come in handy as arguments to alignWith in cases where you want to prioritize one side or the other. Would a PR for this be welcome?
These functions come in handy as arguments to
alignWithin cases where you want to prioritize one side or the other. Would a PR for this be welcome?