Functional Programming & Proofs


Exercices

  1. How to define a dictionary and use it to translate a text ?

2.1 How to split a text into a words' list ?
2.2 How to define a dictionary ?
2.3 How to put all the previous elements together and build the application ?

answers