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.20.0.0.20.0.tbz
sha256=ead9382f111ea385008fe9037513ff1f738dd90d8e989b8d1a0c9290963d9afe
sha512=b29103c2d1eb3cf8a33fa9ddf26b5a6c89e7277cd31256589bcae8a89c37a3de7a3c3e7fe5d376358e874d44dc6c60ab96736cbd1037511ab36705e9f40f0ade

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, 'c) strategy_ast = ('a, 'b, 'c) Rewrite.strategy_ast
Sourceval sexp_of_strategy_ast : ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('c -> Sexplib0.Sexp.t) -> ('a, 'b, 'c) strategy_ast -> Sexplib0.Sexp.t
Sourceval strategy_ast_of_sexp : (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> (Sexplib0.Sexp.t -> 'c) -> Sexplib0.Sexp.t -> ('a, 'b, 'c) 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 -> 'c -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> ('a, 'b, 'c) strategy_ast -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_strategy_ast : ('a -> 'a -> int) -> ('b -> 'b -> int) -> ('c -> 'c -> int) -> ('a, 'b, 'c) strategy_ast -> ('a, 'b, 'c) 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.