Core_unix.Private
val sexp_to_string_hum : Core.Sexp.t -> string
sexp_to_string_hum
formats the sexp as a human readable string. Used to prettify syscall arguments and attach them to the Unix_error
in case it fails.
The reason to expose this function is to make it easy for alternative implementations of these functions to produce error messages in the same format.