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