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 *)(************************************************************************)(**********************************************************************)(* Loc.mli *)(**********************************************************************)openSexplib.StdopenPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.Builtintypesource=[%import:Loc.source][@@derivingsexp,yojson,hash,compare]typet=[%import:Loc.t][@@derivingsexp,yojson,hash,compare]letomit_loc=reffalseletsexp_of_tx=if!omit_locthenSexplib.Sexp.Atom"[LOC]"elsesexp_of_tx(* located: public *)type'alocated=(toption[@ignore])*'a[@@derivingsexp,yojson,hash,compare]