Module Serlib_ltac.Ser_rewriteSource
Sourcetype unary_strategy = Rewrite.unary_strategy Sourceval hash_fold_unary_strategy :
Ppx_hash_lib.Std.Hash.state ->
unary_strategy ->
Ppx_hash_lib.Std.Hash.state Sourcetype binary_strategy = Rewrite.binary_strategy Sourceval hash_fold_binary_strategy :
Ppx_hash_lib.Std.Hash.state ->
binary_strategy ->
Ppx_hash_lib.Std.Hash.state 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 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