
30 Sep
2006
30 Sep
'06
10:42 p.m.
Bertram Felgenhauer
I'll venture a guess: The code originally read
| bestSplit width string = | let wraps = options string | in last (head wraps : takeWhile ((<= width) . length . fst) wraps) (snip)
Version control agrees with you. Next time I'll try compiling whatever version I find at hand before posting. I knew it worked at one time ... (-: -- Mark