package async_unix

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

Show_port_in_test renders the port as an integer, even in tests, unlike the normal sexp_of_t and to_string, which render the port as "PORT" in tests.

type nonrec t = t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_string : t -> string