Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 148 Bytes

15-list-monad.md

File metadata and controls

3 lines (2 loc) · 148 Bytes

Exercise 15

Implement foo a b = concat $ createList a b, where createList is from Exercise 14, using the list monad.