Minor changes

This commit is contained in:
2025-11-06 23:29:28 +03:00
parent 64e52cd0cf
commit 5b9de4d5a3

View File

@@ -60,6 +60,8 @@ let reduce init f =
| _ -> invalid_arg "cannot reduce over non-list!"
in aux init
let rec dbg_print_one v =
let pf = Printf.sprintf in
match v with