Skip to content

Commit

Permalink
Added homework #2 assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
gcnew committed Nov 4, 2016
1 parent a5d7cbd commit f308d9c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
Домашно №2
====

**ВАЖНО:** Вижте [lists](./exercises/lists/Lists.md) за Домашно №2

---

# fp-haskell
13 changes: 13 additions & 0 deletions exercises/lists/Lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ import Prelude hiding (
```
-->

Домашно №2
=====

Имплементирайте следните функции:
- [elem](#elem)
- [sum](#sum)
- [replicate](#replicate)
- [interleave](#interleave)

Бонус: всички останли. Започнте с тези за множества - [Списъци като множества](#Списъци-като-множества)

---

Работа със списъци
======

Expand Down

0 comments on commit f308d9c

Please sign in to comment.