package dune-rpc

  1. Overview
  2. Docs
type t = [
  1. | `Unix of string
  2. | `Ip of [ `Host of string ] * [ `Port of int ]
]
type error =
  1. | Invalid_where of string
exception E of error
module type S = sig ... end
module Make (Fiber : sig ... end) (IO : sig ... end) : S with type 'a fiber := 'a Fiber.t
OCaml

Innovation. Community. Security.