Part of the Semigroup instance for Fantasy Land 2.x+. See the concat method for details.
concat
('S 'a).('S 'a) => 'S 'a where 'S is Semigroup
'fantasy-land/concat'(that) { return this.concat(that); }