https://jon-test.ludl.am/_opam/
base
# let rec fact n = match n with | 0 -> 1 | n -> n * fact (n-1);; val fact : int -> int = <fun> # Printf.printf "Here we go!\n";; Here we go! - : unit = ()
# fact 10;; - : int = 3628800
odoc_notebook.frontend
odoc_notebook.toploop