12345678910111213141516171819202122232425262728293031323334353637383940414243(************************************************************************)(* 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 *)(************************************************************************)(************************************************************************)(* SerAPI: Coq interaction protocol with bidirectional serialization *)(************************************************************************)(* Copyright 2016-2019 MINES ParisTech -- License LGPL 2.1+ *)(* Copyright 2019-2023 Inria -- License LGPL 2.1+ *)(* Written by: Emilio J. Gallego Arias and others *)(************************************************************************)openPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.BuiltinopenSexplib.Convtypeunary_strategy=[%import:Rewrite.unary_strategy][@@derivingsexp,hash,compare]typebinary_strategy=[%import:Rewrite.binary_strategy][@@derivingsexp,hash,compare]typenary_strategy=[%import:Rewrite.nary_strategy][@@derivingsexp,hash,compare]type('a,'b)strategy_ast=[%import:('a,'b)Rewrite.strategy_ast][@@derivingsexp,hash,compare]typestrategy=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