fantasy-land/concat

Part of the Semigroup instance for Fantasy Land 2.x+. See the concat method for details.

Signature

fantasy-land/concat(that)
('S 'a).('S 'a) => 'S 'a
where 'S is Semigroup

Documentation

Part of the Semigroup instance for Fantasy Land 2.x+. See the concat method for details.

Properties

Source Code

Defined in source/helpers/provide-fantasy-land-aliases.js at line 24, column 10
'fantasy-land/concat'(that) {
      return this.concat(that);
    }
Licence
MIT
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • Quildreen Motta
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)