package dune-rpc

  1. Overview
  2. Docs
type t
val where : t -> Where.t
val to_dyn : t -> Dyn.t
val compare : t -> t -> Ordering.t
val root : t -> string
val pid : t -> int
val create : where:Where.t -> root:string -> pid:int -> t
type error =
  1. | Of_sexp of Conv.error
  2. | Csexp of {
    1. position : int;
    2. message : string;
    }
val of_file : File.t -> (t, error) result