package rpc_parallel

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

Source file fd_redirection.ml

1
2
3
4
5
6
7
8
open Core

type t =
  [ `Dev_null
  | `File_append of string
  | `File_truncate of string
  ]
[@@deriving sexp]