Bertram Felgenhauer <[EMAIL PROTECTED]> writes:
(snip)
> 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

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to