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.16.0.0.16.3.tbz
sha256=66137df53e01398a26e9e51056af7439997bcf562fbe4503946fe89e0c5df443
sha512=5c71f7acd4537c33853122d9c526e61f35d2934504c77ce95196f8d595f1c619a680fccd46ba9deb69b509eeb936984056380b18b65fae617ae1cce704df90a1

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

Module Serlib.Ser_loadpathSource

Sourcemodule Names = Ser_names
Sourcetype library_location = Loadpath.library_location =
  1. | LibLoaded
  2. | LibInPath
Sourceval library_location_of_sexp : Sexplib0.Sexp.t -> library_location
Sourceval sexp_of_library_location : library_location -> Sexplib0.Sexp.t
Sourcetype vo_path = Loadpath.vo_path = {
  1. unix_path : string;
  2. coq_path : Names.DirPath.t;
  3. implicit : bool;
  4. has_ml : bool;
  5. recursive : bool;
}
Sourceval vo_path_of_sexp : Sexplib0.Sexp.t -> vo_path
Sourceval sexp_of_vo_path : vo_path -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.