package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.