package coq-serapi
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Serialization library and protocol for machine interaction with the Coq proof assistant
Install
dune-project
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
Source
type ser_opts = {in_chan : in_channel;out_chan : out_channel;(*Input/Output channels
*)printer : Sertop_ser.ser_printer;(*Printer type
*)debug : bool;(*Enable Coq debug mode
*)set_impredicative_set : bool;(*Enable Coq -impredicative-set option
*)allow_sprop : bool;(*Allow using the proof irrelevant SProp sort
*)indices_matter : bool;(*Indices of indexes contribute to inductive level
*)print0 : bool;(*End every answer with
*)\0lheader : bool;(*Print lenght header (deprecated)
*)no_init : bool;(*Whether to create the initial document
*)no_prelude : bool;(*Whether to load stdlib's prelude
*)topfile : string option;(*Top name is derived from topfile name
*)ml_path : string list;vo_path : Loadpath.vo_path list;(*From -R and -Q options usually
*)async : Sertop_init.async_flags;(*Async flags
*)
}Options for the sertop interactive toplevel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>