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.15.0.0.15.1.tbz
sha256=31d1e4661f5b1b917d7004c749cc05eb73546d3190ac632faddc37348531a0a5
sha512=a9816915f9dc4051e76c5b0e615b27c1bb0a6a5ffd445af94ad2ed1582a0e704a7f49f69b6764fa92dbfa092aa8e41ee3151a1330b394eb0338c796d6460fa20

doc/serlib_ltac/Serlib_ltac/Ser_rewrite/index.html

Module Serlib_ltac.Ser_rewriteSource

Sourcetype unary_strategy = Ltac_plugin.Rewrite.unary_strategy
Sourceval unary_strategy_of_sexp : Sexplib.Sexp.t -> unary_strategy
Sourceval sexp_of_unary_strategy : unary_strategy -> Sexplib.Sexp.t
Sourcetype binary_strategy = Ltac_plugin.Rewrite.binary_strategy
Sourceval binary_strategy_of_sexp : Sexplib.Sexp.t -> binary_strategy
Sourceval sexp_of_binary_strategy : binary_strategy -> Sexplib.Sexp.t
Sourcetype ('a, 'b) strategy_ast = ('a, 'b) Ltac_plugin.Rewrite.strategy_ast
Sourceval strategy_ast_of_sexp : (Sexplib.Sexp.t -> 'a) -> (Sexplib.Sexp.t -> 'b) -> Sexplib.Sexp.t -> ('a, 'b) strategy_ast
Sourceval sexp_of_strategy_ast : ('a -> Sexplib.Sexp.t) -> ('b -> Sexplib.Sexp.t) -> ('a, 'b) strategy_ast -> Sexplib.Sexp.t
Sourcetype strategy = Ltac_plugin.Rewrite.strategy
Sourceval strategy_of_sexp : Sexplib.Sexp.t -> strategy
Sourceval sexp_of_strategy : strategy -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.