1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556(************************************************************************)(* 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.StdopenPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.Builtintypescope_name=[%import:Notation_term.scope_name][@@derivingsexp,yojson,hash,compare]typetmp_scope_name=[%import:Notation_term.tmp_scope_name][@@derivingsexp,yojson,hash,compare]typesubscopes=[%import:Notation_term.subscopes][@@derivingsexp,yojson,hash,compare](* type notation_spec = *)(* [%import: Notation_term.notation_spec] *)(* [@@deriving sexp] *)(* type syntax_modifier = *)(* [%import: Notation_term.syntax_modifier] *)(* [@@deriving sexp] *)typenotation_binder_kind=[%import:Notation_term.notation_binder_kind][@@derivingsexp,yojson,hash,compare]typenotation_var_internalization_type=[%import:Notation_term.notation_var_internalization_type][@@derivingsexp,yojson,hash,compare]typenotation_var_binders=[%import:Notation_term.notation_var_binders][@@derivingsexp,yojson,hash,compare]