Talk:Matrix transposition

From Rosetta Code
Revision as of 21:14, 1 March 2021 by Hout (talk | contribs) (Copyright permission obtained for additional Haskell entry ?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Copyright permission obtained for additional Haskell entry ?

A new Haskell entry repeats the use of the standard `transpose` function, but adds an implementation apparently copied from a textbook.

Note that the standard implementation is already available to view at:

https://hackage.haskell.org/package/base-4.14.1.0/docs/src/Data.OldList.html#transpose

Copyright material should not be used on Rosetta Code unless permission has been obtained.

Is that the case here ? Hout (talk) 21:14, 1 March 2021 (UTC)