I do not know how to return lists from a list in the ocaml language.
For example: I wanted to give input
[["Preto";"Branco"];["Amarelo";"Vermelho"]]
return ["Preto";"Branco"]
and then ["Amarelo";"Vermelho"]
in a recursive function.