Up

Module Implementation

Signature

module Expert : sig .. end
module F : sig .. end
type 'connection_state t = {
tag
: Protocol.Rpc_tag.t ;
version
: int ;
f
: 'connection_state F.t ;
}