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.2.tbz
sha256=f891507f58fba3ba29889dd07fbe69af3411d246488ae7595cd81d26c8422f14
sha512=224dfda8fae1ead7a5ae2a8ead527834bb5216b1788485a0c19deade3b0dd86767c19056931294a7973f132680e282c4491c76ef38638c0c566a029379f484e2

doc/serlib_ltac/Serlib_ltac/Ser_rewrite/index.html

Module Serlib_ltac.Ser_rewriteSource

Sourcetype unary_strategy = Rewrite.unary_strategy
Sourceval sexp_of_unary_strategy : unary_strategy -> Sexplib0.Sexp.t
Sourceval unary_strategy_of_sexp : Sexplib0.Sexp.t -> unary_strategy
Sourceval hash_fold_unary_strategy : Ppx_hash_lib.Std.Hash.state -> unary_strategy -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_unary_strategy : unary_strategy -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_unary_strategy : unary_strategy -> unary_strategy -> int
Sourcetype binary_strategy = Rewrite.binary_strategy
Sourceval sexp_of_binary_strategy : binary_strategy -> Sexplib0.Sexp.t
Sourceval binary_strategy_of_sexp : Sexplib0.Sexp.t -> binary_strategy
Sourceval hash_fold_binary_strategy : Ppx_hash_lib.Std.Hash.state -> binary_strategy -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_binary_strategy : binary_strategy -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_binary_strategy : binary_strategy -> binary_strategy -> int
Sourcetype ('a, 'b) strategy_ast = ('a, 'b) Rewrite.strategy_ast
Sourceval sexp_of_strategy_ast : ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('a, 'b) strategy_ast -> Sexplib0.Sexp.t
Sourceval strategy_ast_of_sexp : (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> Sexplib0.Sexp.t -> ('a, 'b) strategy_ast
Sourceval hash_fold_strategy_ast : (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) -> (Ppx_hash_lib.Std.Hash.state -> 'b -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> ('a, 'b) strategy_ast -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_strategy_ast : ('a -> 'a -> int) -> ('b -> 'b -> int) -> ('a, 'b) strategy_ast -> ('a, 'b) strategy_ast -> int
Sourcetype strategy = Rewrite.strategy
Sourceval sexp_of_strategy : strategy -> Sexplib0.Sexp.t
Sourceval strategy_of_sexp : Sexplib0.Sexp.t -> strategy
Sourceval hash_fold_strategy : Ppx_hash_lib.Std.Hash.state -> strategy -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_strategy : strategy -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_strategy : strategy -> strategy -> int
OCaml

Innovation. Community. Security.