Instant is
off
|
Search plugin
|
Manual
|
haskell.org
takeWhileL
Packages
containers
takeWhileL
:: (a -> Bool) -> Seq a -> Seq a
containers
Data.Sequence
O(i)
applied to a predicate p and a sequence xs, returns the longest prefix (possibly empty) of xs of elements that satisfy p.
©
Neil Mitchell
2004-2012, version 4.2.11