https://ocaml.tips/article/ocaml_debugging_techniques.html
One of the simplest and most effective debugging techniques is print debugging. This involves adding print statements to your code to help you understand what is happening at different points in your