12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758(************************************************************************)(* 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.StdopenPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.BuiltinopenSerlibmoduleGenintern=Ser_geninternmoduleGeninterp=Ser_geninterptypessrtermkind=[%import:Ssrmatching_plugin.Ssrmatching.ssrtermkind][@@derivingsexp,yojson,hash,compare]typecpattern=[%import:Ssrmatching_plugin.Ssrmatching.cpattern][@@derivingsexp,yojson,hash,compare]type('a,'b)ssrpattern=[%import:('a,'b)Ssrmatching_plugin.Ssrmatching.ssrpattern][@@derivingsexp,yojson,hash,compare]modulePierceRPattern=structtypet=Ssrmatching_plugin.Ssrmatching.rpatterntype_t=(cpattern,cpattern)ssrpattern[@@derivingsexp,yojson,hash,compare]endmoduleB_=SerType.Pierce(PierceRPattern)typerpattern=B_.tletsexp_of_rpattern=B_.sexp_of_tletrpattern_of_sexp=B_.t_of_sexpletrpattern_of_yojson=B_.of_yojsonletrpattern_to_yojson=B_.to_yojsonlethash_rpattern=B_.hashlethash_fold_rpattern=B_.hash_fold_tletcompare_rpattern=B_.comparetypessrdir=[%import:Ssrmatching_plugin.Ssrmatching.ssrdir][@@derivingsexp]