Logo

Programming-Idioms

History of Idiom 117 > diff from v15 to v16

Edit summary for version 16 by :
New Haskell implementation by user [JH]

Version 15

2016-02-16, 18:06:53

Version 16

2016-02-16, 19:00:19

Idiom #117 Get list size

Set n to the number of elements of list x.

Idiom #117 Get list size

Set n to the number of elements of list x.

Code
n = length x