gistlib
let maxli li = List.fold_left max (List.hd li) li 50 chars2 lines
let maxli li = List.fold_left max (List.hd li) li
gistlibby LogSnag