|
|
|
|
|
|
Synopsis |
|
|
|
|
List functions
|
|
String functions
|
|
|
Pad strings so the columns line up. The argument and return value
elements are the rows of a table. Do not pad the rightmost column.
|
|
|
Group words into lines of length n or less.
|
|
Tuple functions
|
|
mapSnd :: (b -> c) -> (a, b) -> (a, c) | Source |
|
|
FilePath functions
|
|
|
dirname
|
|
|
Weak attempt at canonicalizing a file path.
|
|
Map and Set functions
|
|
|
Turn a list of (k, a) pairs into a map from k -> [a]. The order of the elements in
the a list is preserved.
|
|
|
|
Either functions
|
|
System.IO functions
|
|
System.Posix
|
|
|
A version of read with a more helpful error message.
|
|
|
Run md5sum on a file and return the resulting checksum as text.
|
|
|
Predicate to decide if two files have the same inode.
|
|
|
Predicate to decide if two files have the same md5 checksum.
|
|
|
Given a tarball, return the name of the top directory.
|
|
Processes
|
|
|
Backwards compatibility functions.
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.0 |