Instant is
off
|
Search plugin
|
Manual
|
haskell.org
transpose
-text +base
Packages
text
base
transpose
:: [[a]] -> [[a]]
base
Data.List
The
transpose
function transposes the rows and columns of its argument. For example, > transpose [[1,2,3],[4,5,6]] == [[1,4],[2,5],[3,6]]
©
Neil Mitchell
2004-2012, version 4.2.11