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.0.tbz
sha256=4448c2b45a6975d7a90d3e07ce75386103d3e17c8ad96c566da854ac1e56802c
sha512=19027ca59703c8b74abd372e14403d22d07e9e8c248a50ae8f880647c10ee1f22cee93587583374c96971a667e10546b4997ff7b6a91aea51b51bbacb3052ee4

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.