Up
Module
Fd_redirection
Signature
type
t = [
| `Dev_null
| `Do_not_redirect
| `File_append
of
string
| `File_truncate
of
string
]