package coq-serapi

  1. Overview
  2. Docs
Serialization library and protocol for machine interaction with the Coq proof assistant

Install

Dune Dependency

Authors

Maintainers

Sources

coq-serapi-8.10.0.0.7.1.tbz
sha256=207b091d8d9d9e1a649759f0acfd15cbfda54a2627a01fc74aa74ec0ffaa3400
sha512=af85d00c5896e78a6edea7794070795ca14c8e47a0e9a28f2ac003364b0f99eb72f19f57e755a3967d255b1aaf62cae0d09bbab02d2d35ef6ee02b84823a0929

doc/coq-serapi.serlib/Serlib/Ser_cPrimitives/index.html

Module Serlib.Ser_cPrimitives

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.