On Wed, 8 Mar 2006 [EMAIL PROTECTED] wrote:

Today, I reviewed a function I wrote a few months ago.  The function,
dropTrailNulls, takes a list of lists and drops trailing null lists.  For
instance:

*Main> dropTrailNulls [[1],[2,3],[],[]]
[[1],[2,3]]

http://www.haskell.org/pipermail/libraries/2005-August/004217.html
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to