Instant is
off
|
Search plugin
|
Manual
|
haskell.org
transpose
-text -containers
Packages
text
containers
base
bytestring
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]]
transpose
:: [ByteString] -> [ByteString]
bytestring
Data.ByteString
,
bytestring
Data.ByteString.Char8
,
bytestring
Data.ByteString.Lazy
,
bytestring
Data.ByteString.Lazy.Char8
The
transpose
function transposes the rows and columns of its
ByteString
argument.
©
Neil Mitchell
2004-2012, version 4.2.11