Module Private.ProtocolSource

Sourcemodule type Connection = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule type Stable_protocol = sig ... end
Sourceval supported_versions : int list
Sourcemodule Make (Backend : sig ... end) : S with type protocol_backend = Backend.t
Sourcemodule Stable : sig ... end