12345678910111213141516171819202122232425262728293031323334353637(************************************************************************)(* 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]typenary_strategy =[%import:Ltac_plugin.Rewrite.nary_strategy][@@deriving sexp]type('a,'b)strategy_ast=[%import:('a,'b)Ltac_plugin.Rewrite.strategy_ast][@@deriving sexp]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"