how to update a list index from an index of another list in ocaml
I am new to ocaml. i am trying to implement doMove : int list -> int list -> move -> int list. The first parameter is the list of volumes of the jars, the second — the list that describes the current contents of the jars, and the third — the move to be executed. … Read more