all non-partial list functions
This commit is contained in:
@@ -105,6 +105,23 @@ import Data.List as X (
|
|||||||
, reverse
|
, reverse
|
||||||
, replicate
|
, replicate
|
||||||
, take
|
, take
|
||||||
|
, sortBy
|
||||||
|
, sort
|
||||||
|
, intersperse
|
||||||
|
, transpose
|
||||||
|
, subsequences
|
||||||
|
, permutations
|
||||||
|
, scanl
|
||||||
|
, scanr
|
||||||
|
, iterate
|
||||||
|
, repeat
|
||||||
|
, cycle
|
||||||
|
, unfoldr
|
||||||
|
, takeWhile
|
||||||
|
, dropWhile
|
||||||
|
, group
|
||||||
|
, inits
|
||||||
|
, tails
|
||||||
, zipWith
|
, zipWith
|
||||||
, zip
|
, zip
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user