I am currently working on an OCaml project. From time to time, I would like to debug the data I am currently working with, and see the output in the terminal from .ml
file I am building. I was just wondering what the equivalent in OCaml would be?
Let's assume that user is creating an executable file, being built by dune: dune build example.bc -w
Thank you, your time is very much so appreciated.