Up
Module
Kind
Signature
type
t = [
| `Block
| `Char
| `Directory
| `Fifo
| `File
| `Link
| `Socket
]
val
sexp_of_t :
t
->
Sexplib.Sexp.t