flatMap exercises

Exercise 1: implement map with the help of flatMap

Exercise 2: implement filter with the help of flatMap

Exercise 3: implement combine with the help of flatMap

Exercise 4: implement merge with the help of flatMap