[Haskell-cafe] How to split this string.

Brandon Allbery allbery.b at gmail.com
Thu Jan 5 12:09:48 CET 2012


On Thu, Jan 5, 2012 at 05:57, Steve Horne <sh006d3592 at blueyonder.co.uk>wrote:

>  --  groupCut - Similar to groupBy, but where groupBy assumes an
> equivalence relation,
>  --  groupCut takes a function that indicates where to cut. The two
> parameters to this
>  --  function are always adjacent items from the list, and if the function
> returns True,
>  --  a cut is done between the two items.
>

span/break?

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120105/c84c516b/attachment.htm>


More information about the Haskell-Cafe mailing list