mirror of
https://github.com/Noratrieb/idris-learning.git
synced 2026-01-14 21:15:02 +01:00
initial commit
This commit is contained in:
commit
80aa1a2be7
8 changed files with 142 additions and 0 deletions
2
Composites.idr
Normal file
2
Composites.idr
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
totalLength : List String -> Nat
|
||||
totalLength xs = sum (map length xs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue