123456789101112131415161718192021222324252627282930313233(************************************************************************)(* 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 *)(************************************************************************)openSexplib.Convtypeunary_strategy=[%import:Ltac_plugin.Rewrite.unary_strategy][@@derivingsexp]typebinary_strategy=[%import:Ltac_plugin.Rewrite.binary_strategy][@@derivingsexp]type('a,'b)strategy_ast=[%import:('a,'b)Ltac_plugin.Rewrite.strategy_ast][@@derivingsexp]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"