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.18.0.0.18.3.tbz
sha256=d9a32c0033d720032011e9bf5e8d30d4b205ce276b6a81ab359fc461809e9b63
sha512=742d2b92b986e45044c19cd2bbfd5dd5346cfb4b0ec20f40811d8b0096c6e25192528359f98d2eed2a74ae67790d1f8cea382cb01fd7cf8903a5a917cca79a84

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

Module Serlib.Ser_hintsSource

Sourcetype hint_db_name = Hints.hint_db_name
Sourceval sexp_of_hint_db_name : hint_db_name -> Sexplib0.Sexp.t
Sourceval hint_db_name_of_sexp : Sexplib0.Sexp.t -> hint_db_name
Sourceval hint_db_name_to_yojson : hint_db_name -> Yojson.Safe.t
Sourceval hash_fold_hint_db_name : Ppx_hash_lib.Std.Hash.state -> hint_db_name -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_hint_db_name : hint_db_name -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_hint_db_name : hint_db_name -> hint_db_name -> int
Sourcetype 'a hints_path_gen = 'a Hints.hints_path_gen
Sourceval sexp_of_hints_path_gen : ('a -> Sexplib0.Sexp.t) -> 'a hints_path_gen -> Sexplib0.Sexp.t
Sourceval hints_path_gen_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a hints_path_gen
Sourceval hints_path_gen_to_yojson : ('a -> Yojson.Safe.t) -> 'a hints_path_gen -> Yojson.Safe.t
Sourceval hash_fold_hints_path_gen : (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> 'a hints_path_gen -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_hints_path_gen : ('a -> 'a -> int) -> 'a hints_path_gen -> 'a hints_path_gen -> int
Sourcetype 'a hints_path_atom_gen = 'a Hints.hints_path_atom_gen
Sourceval sexp_of_hints_path_atom_gen : ('a -> Sexplib0.Sexp.t) -> 'a hints_path_atom_gen -> Sexplib0.Sexp.t
Sourceval hints_path_atom_gen_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a hints_path_atom_gen
Sourceval hints_path_atom_gen_to_yojson : ('a -> Yojson.Safe.t) -> 'a hints_path_atom_gen -> Yojson.Safe.t
Sourceval hash_fold_hints_path_atom_gen : (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> 'a hints_path_atom_gen -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_hints_path_atom_gen : ('a -> 'a -> int) -> 'a hints_path_atom_gen -> 'a hints_path_atom_gen -> int
Sourcetype hints_path = Hints.hints_path
Sourceval sexp_of_hints_path : hints_path -> Sexplib0.Sexp.t
Sourceval hints_path_of_sexp : Sexplib0.Sexp.t -> hints_path
Sourceval hints_path_to_yojson : hints_path -> Yojson.Safe.t
Sourceval hash_fold_hints_path : Ppx_hash_lib.Std.Hash.state -> hints_path -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_hints_path : hints_path -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_hints_path : hints_path -> hints_path -> int
Sourcetype 'a hints_transparency_target = 'a Hints.hints_transparency_target
Sourceval sexp_of_hints_transparency_target : ('a -> Sexplib0.Sexp.t) -> 'a hints_transparency_target -> Sexplib0.Sexp.t
Sourceval hints_transparency_target_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a hints_transparency_target
Sourceval hints_transparency_target_to_yojson : ('a -> Yojson.Safe.t) -> 'a hints_transparency_target -> Yojson.Safe.t
Sourceval hash_fold_hints_transparency_target : (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> 'a hints_transparency_target -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_hints_transparency_target : ('a -> 'a -> int) -> 'a hints_transparency_target -> 'a hints_transparency_target -> int
Sourcetype hint_mode = Hints.hint_mode
Sourceval sexp_of_hint_mode : hint_mode -> Sexplib0.Sexp.t
Sourceval hint_mode_of_sexp : Sexplib0.Sexp.t -> hint_mode
Sourceval hint_mode_to_yojson : hint_mode -> Yojson.Safe.t
Sourceval hash_fold_hint_mode : Ppx_hash_lib.Std.Hash.state -> hint_mode -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_hint_mode : hint_mode -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_hint_mode : hint_mode -> hint_mode -> int
OCaml

Innovation. Community. Security.