module Uuid : sig ... end
module Index : sig ... end
include sig ... end
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val name : unit -> string
val printXml : 'a BatInnerIO.output -> (Uuid.t * Index.t) -> unit
val to_yojson :
(Uuid.t * Index.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]