all non-partial list functions

This commit is contained in:
Stephen Diehl
2016-04-13 15:20:15 -04:00
parent 5388b8cd4b
commit a14ad9bdd6
+17
View File
@@ -105,6 +105,23 @@ import Data.List as X (
, reverse
, replicate
, take
, sortBy
, sort
, intersperse
, transpose
, subsequences
, permutations
, scanl
, scanr
, iterate
, repeat
, cycle
, unfoldr
, takeWhile
, dropWhile
, group
, inits
, tails
, zipWith
, zip
)