package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = CPrimitives.t =
  1. | Int63head0
  2. | Int63tail0
  3. | Int63add
  4. | Int63sub
  5. | Int63mul
  6. | Int63div
  7. | Int63mod
  8. | Int63lsr
  9. | Int63lsl
  10. | Int63land
  11. | Int63lor
  12. | Int63lxor
  13. | Int63addc
  14. | Int63subc
  15. | Int63addCarryC
  16. | Int63subCarryC
  17. | Int63mulc
  18. | Int63diveucl
  19. | Int63div21
  20. | Int63addMulDiv
  21. | Int63eq
  22. | Int63lt
  23. | Int63le
  24. | Int63compare
val to_yojson : t -> Yojson.Safe.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
type prim_type = CPrimitives.prim_type =
  1. | PT_int63
val prim_type_to_yojson : prim_type -> Yojson.Safe.t
val prim_type_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> prim_type
val sexp_of_prim_type : prim_type -> Ppx_sexp_conv_lib.Sexp.t
type op_or_type = CPrimitives.op_or_type =
  1. | OT_op of t
  2. | OT_type of prim_type
val op_or_type_to_yojson : op_or_type -> Yojson.Safe.t
val op_or_type_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> op_or_type
val sexp_of_op_or_type : op_or_type -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.