123456789101112131415161718192021222324252627282930313233343536373839404142(************************************************************************)(* v * The Coq Proof Assistant / The Coq Development Team *)(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)(* \VV/ **************************************************************)(* // * This file is distributed under the terms of the *)(* * GNU Lesser General Public License Version 2.1 *)(************************************************************************)(************************************************************************)(* Coq serialization API/Plugin *)(* Copyright 2016-2018 MINES ParisTech *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)openPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.BuiltinopenSexplib.Convtypeunary_strategy=[%import:Ltac_plugin.Rewrite.unary_strategy][@@derivingsexp,hash,compare]typebinary_strategy =[%import:Ltac_plugin.Rewrite.binary_strategy][@@derivingsexp,hash,compare]typenary_strategy=[%import:Ltac_plugin.Rewrite.nary_strategy][@@derivingsexp,hash,compare]type('a,'b)strategy_ast=[%import:('a,'b)Ltac_plugin.Rewrite.strategy_ast][@@derivingsexp,hash,compare]typestrategy=Ltac_plugin.Rewrite.strategyletstrategy_of_sexp=Serlib.Serlib_base.opaque_of_sexp ~typ:"rewrite/strategy"letsexp_of_strategy=Serlib.Serlib_base.sexp_of_opaque~typ:"rewrite/strategy"lethash_strategy=Hashtbl.hashlethash_fold_strategystd=Ppx_hash_lib.Std.Hash.Builtin.hash_fold_intst(Hashtbl.hashd)letcompare_strategy=Stdlib.compare