Combines two Ord instances into a new one.
@override /// Combines two Ord instances into a new one. Ord<A> concat(Ord<A> first, Ord<A> second) => Semigroup<A>().concat(first, second);