1
Fork 0

Add length function to Data.List.

master
Joshua Potter 2017-11-30 12:36:23 -08:00
parent 97a8af7cfe
commit 6a79c120e9
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ import Data.List as X
, foldl1 , foldl1
, foldr , foldr
, foldr1 , foldr1
, length
, map , map
, zip , zip
) )