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.2.tbz
sha256=39018932b0520cc042246a3f9e03f3788d1aaff65568b480d8681cba235032e9
sha512=62a3bb3950e5f9d9cfa5fca85a1108a04fd8c1833cba560ff9d52246ef96d3d61a4743e6dc6d52f53c6a495040fad53f1d9aae383609227a6eb84568ad2a1a6c

doc/coq-serapi.sertop_v8_10/Sertop_ser/index.html

Module Sertop_ser

type ser_printer =
  1. | SP_Sertop
  2. | SP_Mach
  3. | SP_Human
val select_printer : ser_printer -> Format.formatter -> Sexplib.Sexp.t -> unit
val coq_object_of_sexp : Sexplib.Sexp.t -> Serapi_protocol.coq_object
val sexp_of_coq_object : Serapi_protocol.coq_object -> Sexplib.Sexp.t
val print_format_of_sexp : Sexplib.Sexp.t -> Serapi_protocol.print_format
val sexp_of_print_format : Serapi_protocol.print_format -> Sexplib.Sexp.t
val print_opt_of_sexp : Sexplib.Sexp.t -> Serapi_protocol.print_opt
val sexp_of_print_opt : Serapi_protocol.print_opt -> Sexplib.Sexp.t
val sexp_of_answer_kind : Serapi_protocol.answer_kind -> Sexplib.Sexp.t
val answer_kind_of_sexp : Sexplib.Sexp.t -> Serapi_protocol.answer_kind
val query_pred_of_sexp : Sexplib.Sexp.t -> Serapi_protocol.query_pred
val sexp_of_query_pred : Serapi_protocol.query_pred -> Sexplib.Sexp.t
val query_opt_of_sexp : Sexplib.Sexp.t -> Serapi_protocol.query_opt
val sexp_of_query_opt : Serapi_protocol.query_opt -> Sexplib.Sexp.t
val query_cmd_of_sexp : Sexplib.Sexp.t -> Serapi_protocol.query_cmd
val sexp_of_query_cmd : Serapi_protocol.query_cmd -> Sexplib.Sexp.t
val cmd_of_sexp : Sexplib.Sexp.t -> Serapi_protocol.cmd
val sexp_of_cmd : Serapi_protocol.cmd -> Sexplib.Sexp.t
val tagged_cmd_of_sexp : Sexplib.Sexp.t -> Serapi_protocol.tagged_cmd
val sexp_of_tagged_cmd : Serapi_protocol.tagged_cmd -> Sexplib.Sexp.t
val sexp_of_answer : Serapi_protocol.answer -> Sexplib.Sexp.t
val answer_of_sexp : Sexplib.Sexp.t -> Serapi_protocol.answer
type sentence =
  1. | Sentence of Tok.t CAst.t list
val sexp_of_sentence : sentence -> Sexplib.Sexp.t
val sentence_of_sexp : Sexplib.Sexp.t -> sentence
OCaml

Innovation. Community. Security.