mirror of
https://github.com/Noratrieb/idris-learning.git
synced 2026-01-14 21:15:02 +01:00
2 lines
70 B
Idris
2 lines
70 B
Idris
totalLength : List String -> Nat
|
|
totalLength xs = sum (map length xs)
|