Module Serlib.Ser_cPrimitives
type t = CPrimitives.t = | Int63head0| Int63tail0| Int63add| Int63sub| Int63mul| Int63div| Int63mod| Int63lsr| Int63lsl| Int63land| Int63lor| Int63lxor| Int63addc| Int63subc| Int63addCarryC| Int63subCarryC| Int63mulc| Int63diveucl| Int63div21| Int63addMulDiv| Int63eq| Int63lt| Int63le| Int63compare
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.ttype prim_type = CPrimitives.prim_type = | PT_int63
val prim_type_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> prim_typeval sexp_of_prim_type : prim_type -> Ppx_sexp_conv_lib.Sexp.ttype op_or_type = CPrimitives.op_or_type = | OT_op of t| OT_type of prim_type
val op_or_type_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> op_or_typeval sexp_of_op_or_type : op_or_type -> Ppx_sexp_conv_lib.Sexp.t