12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152(************************************************************************)(* v * The Coq Proof Assistant / The Coq Development Team *)(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2017 *)(* \VV/ **************************************************************)(* // * This file is distributed under the terms of the *)(* * GNU Lesser General Public License Version 2.1 *)(************************************************************************)(************************************************************************)(* Coq serialization API/Plugin *)(* Copyright 2016-2017 MINES ParisTech *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)openPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.BuiltinopenSexplib.Stdtypesign=[%import:NumTok.sign][@@derivingsexp,yojson,hash,compare]typenum_class=[%import:NumTok.num_class][@@derivingsexp,yojson]type'aexp=[%import:'aNumTok.exp][@@derivingsexp,yojson]moduleUnsigned=structmodulePierceSpec=structtypet=NumTok.Unsigned.ttype_t={int:string;frac:string;exp:string}[@@deriving sexp,yojson,hash,compare]endincludeSerType.Pierce(PierceSpec)endmoduleSigned=structtypet=[%import:NumTok.Signed.t][@@derivingsexp,yojson,hash,compare]end