
21 Feb
2009
21 Feb
'09
6:21 p.m.
Am Sonntag, 22. Februar 2009 00:16 schrieb Daniel Fischer:
maxTableColumnWidths = foldr ((evalList .) . zipWithD max) []
Oops again: maxTableColumnWidths = foldr ((evalList .) . zipWithD max) [] . map (map length)
maxTCWs = evalList . foldr (zipWithD max) []
maxTCWs = evalList . foldr (zipWithD max) [] . map (map length)
Cheers, Daniel