Module Async_unix__Raw_fd.Kind

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