type t
=
|
Char
Fifo
File
Socket of [ `Unconnected | `Bound | `Passive | `Active ]
val sexp_of_t : t ‑> Base.Sexp.t