Module Type_class.S2Source
Source
type ('a, 'b, 'c) writer =
'a Bin_prot__.Type_class_intf.Definitions.writer ->
'b Bin_prot__.Type_class_intf.Definitions.writer ->
'c Bin_prot__.Type_class_intf.Definitions.writerSource
type ('a, 'b, 'c) reader =
'a Bin_prot__.Type_class_intf.Definitions.reader ->
'b Bin_prot__.Type_class_intf.Definitions.reader ->
'c Bin_prot__.Type_class_intf.Definitions.readerSource
type ('a, 'b, 'c) t =
'a Bin_prot__.Type_class_intf.Definitions.t ->
'b Bin_prot__.Type_class_intf.Definitions.t ->
'c Bin_prot__.Type_class_intf.Definitions.t