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.0.tbz
sha256=fe717f2aa1394434ca3cd9f02a4227e512fb2517c01d4f2726d71f4e3a18756d
sha512=c070d3ebb7f76df7929b04ddb68d4d28751e8991fdb870f56a64168389ff217e75e118317dc8069a8acf98ac88c523d2211fd91fdc777f916d3184b56d235a7c

doc/coq-serapi.serlib/Serlib/Ser_vmbytecodes/index.html

Module Serlib.Ser_vmbytecodesSource

Sourcemodule Names = Ser_names
Sourcemodule Evar = Ser_evar
Sourceval hash_fold_array : 'a Base__Hash.folder -> 'a array Base__Hash.folder
Sourcetype fv_elem = Vmbytecodes.fv_elem =
  1. | FVnamed of Names.Id.t
  2. | FVrel of int
  3. | FVuniv_var of int
  4. | FVevar of Evar.t
Sourceval fv_elem_of_sexp : Sexplib0.Sexp.t -> fv_elem
Sourceval sexp_of_fv_elem : fv_elem -> Sexplib0.Sexp.t
Sourceval fv_elem_to_yojson : fv_elem -> Yojson.Safe.t
Sourceval hash_fold_fv_elem : Ppx_hash_lib.Std.Hash.state -> fv_elem -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_fv_elem : fv_elem -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_fv_elem : fv_elem -> fv_elem -> int
Sourcetype fv = fv_elem array
Sourceval fv_of_sexp : Sexplib0.Sexp.t -> fv
Sourceval sexp_of_fv : fv -> Sexplib0.Sexp.t
Sourceval fv_to_yojson : fv -> Yojson.Safe.t
Sourceval hash_fold_fv : Ppx_hash_lib.Std.Hash.state -> fv -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_fv : fv -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_fv : fv -> fv -> int
OCaml

Innovation. Community. Security.