union package:aeson

The (left-biased) union of two maps. It prefers the first map when duplicate keys are encountered, i.e. (union == unionWith const).
The union with a combining function.
The union with a combining function.