1234567891011121314151617181920212223242526272829303132333435363738(************************************************************************)(* 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 MINES ParisTech *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)openPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.BuiltinopenSexplib.Stdtypelevel=[%import:Conv_oracle.level][@@derivingsexp,yojson,hash,compare]moduleOpaqueOracle=structtypet=Conv_oracle.oracleletname="Conv_oracle.oracle"endmoduleB=SerType.Opaque(OpaqueOracle)typeoracle=B.tletsexp_of_oracle =B.sexp_of_tletoracle_of_sexp=B.t_of_sexpletoracle_of_yojson=B.of_yojsonletoracle_to_yojson=B.to_yojsonlethash_oracle=B.hashlethash_fold_oracle=B.hash_fold_tletcompare_oracle=B.compare