How do I return lists from a list in ocaml? [closed]

1

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.

    
asked by anonymous 01.01.2019 / 20:42

0 answers