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.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.