Add length function to Data.List.
parent
97a8af7cfe
commit
6a79c120e9
|
@ -122,6 +122,7 @@ import Data.List as X
|
||||||
, foldl1
|
, foldl1
|
||||||
, foldr
|
, foldr
|
||||||
, foldr1
|
, foldr1
|
||||||
|
, length
|
||||||
, map
|
, map
|
||||||
, zip
|
, zip
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue