liftA2 package:sorted-list

Like liftA2, but for sorted lists, requiring an Ord instance. The behavior is same as with lists, but with sorted results.