Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val compare_other_prime :
other_prime ->
other_prime ->
Ppx_deriving_runtime.int
val equal_other_prime : other_prime -> other_prime -> Ppx_deriving_runtime.bool
val pp_other_prime :
Ppx_deriving_runtime.Format.formatter ->
other_prime ->
Ppx_deriving_runtime.unit
val show_other_prime : other_prime -> Ppx_deriving_runtime.string
val bin_other_prime : other_prime Bin_prot.Type_class.t0
val bin_size_other_prime : other_prime -> int
val bin_read_other_prime :
Bin_prot.Common.buf ->
pos_ref:Bin_prot.Common.pos_ref ->
other_prime
val bin_write_other_prime :
Bin_prot.Common.buf ->
pos:int ->
other_prime ->
int
val bin_reader_other_prime : other_prime Bin_prot.Type_class.reader0
val bin_writer_other_prime : other_prime Bin_prot.Type_class.writer0
val other_prime_to_yojson : other_prime -> Yojson.Safe.json
val other_prime_of_yojson :
Yojson.Safe.json ->
(other_prime, string) Stdlib.result
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val bin_t : t Bin_prot.Type_class.t0
val bin_size_t : t -> int
val bin_read_t : Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> t
val bin_write_t : Bin_prot.Common.buf -> pos:int -> t -> int
val bin_reader_t : t Bin_prot.Type_class.reader0
val bin_writer_t : t Bin_prot.Type_class.writer0
val to_yojson : t -> Yojson.Safe.json
val of_yojson : Yojson.Safe.json -> (t, string) Stdlib.result
val other_prime_grammar : other_prime Asn.t
val encode : t -> Cstruct.t
val decode : Cstruct.t -> (t, string) Result.result