1234567891011121314151617181920212223(** Exception sexp converters that are Unix-specific. Handles [Unix.Unix_error].
Write [let () = Sexplib_unix.Sexplib_unix_conv.linkme] in your program to ensure that
the code in this module is run, i.e. the unix-specific exception converters are added.
This is already done by [Core], so any application that uses Core need not worry
about this module at all. *)openSexplib.SexpopenSexplib.Convlet()=Exn_converter.add~printexc:false~finalise:false[%extension_constructorUnix.Unix_error](function|Unix.Unix_error(err,loc,arg)->leterr_str=Unix.error_messageerrinList[Atom"Unix.Unix_error";Atomerr_str;Atomloc;Atomarg]|_->assertfalse);;letlinkme=()