We strongly recommend you to first work on the other exercises.
You may use the results from this exercise, in particular the fixpoint combinator and its typing, in other exercises, however (which is why it comes first in this Coq file).
*)
Sectionrecursion_combinator.
Variable(fx:string).(* the template of the recursive function *)