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.17.0.0.17.1.tbz
sha256=09e2b3920d40eea3bed165d9ec67a3c87a9795918adbea0f9a87ee68d2014fa4
sha512=650b8e5d09aa42d4cb9f3c2dd09d9e4217bd325f5ac9b540783775e2a132556bbfa1f9c702eba83d6480ad3d8e429171d3bd4d01194b8243c80e8d55c0825bad

doc/coq-serapi.sertop_v8_12/Sertop/Sertop_sexp/index.html

Module Sertop.Sertop_sexpSource

Sourcetype ser_opts = {
  1. in_chan : in_channel;
  2. out_chan : out_channel;
    (*

    Input/Output channels

    *)
  3. printer : Sertop_ser.ser_printer;
    (*

    Printer type

    *)
  4. debug : bool;
    (*

    Enable Coq debug mode

    *)
  5. set_impredicative_set : bool;
    (*

    Enable Coq -impredicative-set option

    *)
  6. allow_sprop : bool;
    (*

    Allow using the proof irrelevant SProp sort

    *)
  7. indices_matter : bool;
    (*

    Indices of indexes contribute to inductive level

    *)
  8. print0 : bool;
    (*

    End every answer with \0

    *)
  9. lheader : bool;
    (*

    Print lenght header (deprecated)

    *)
  10. no_init : bool;
    (*

    Whether to create the initial document

    *)
  11. no_prelude : bool;
    (*

    Whether to load stdlib's prelude

    *)
  12. topfile : string option;
    (*

    Top name is derived from topfile name

    *)
  13. ml_path : string list;
  14. vo_path : Loadpath.vo_path list;
    (*

    From -R and -Q options usually

    *)
  15. async : Sertop_init.async_flags;
    (*

    Async flags

    *)
}

Options for the sertop interactive toplevel

Sourceval ser_loop : ser_opts -> unit

ser_loop opts main se(xp)r-protocol interactive loop

OCaml

Innovation. Community. Security.