package core_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Core_unix.PrivateSource

Sourceval 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.