123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051(************************************************************************)(* 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 *)(************************************************************************)(* open Sexplib.Std *)moduleLoc=Ser_locmoduleNames=Ser_namesmoduleTok=Ser_tokopenSexplib.Convtypescope_name=[%import:Notation_term.scope_name][@@derivingsexp,yojson]typetmp_scope_name=[%import:Notation_term.tmp_scope_name][@@derivingsexp]typesubscopes=[%import:Notation_term.subscopes][@@derivingsexp](* type notation_spec = *)(* [%import: Notation_term.notation_spec] *)(* [@@deriving sexp] *)(* type syntax_modifier = *)(* [%import: Notation_term.syntax_modifier] *)(* [@@deriving sexp] *)typeconstr_as_binder_kind=[%import:Notation_term.constr_as_binder_kind][@@derivingsexp,yojson]typenotation_var_internalization_type=[%import:Notation_term.notation_var_internalization_type][@@derivingsexp]