package shexp

  1. Overview
  2. Docs
type t =
  1. | Inherit
  2. | Path of string
  3. | Physical of {
    1. path : string;
    2. fd : Unix.file_descr;
    }