Module LocalIdentOrData.W

module T : sig ... end
include module type of struct include T end
type t = T.t =
  1. | Data of Ty.ty
  2. | Identifier of Local_ident.t
val compare : t -> t -> Prelude.int
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
module C : sig ... end
include module type of struct include C end
type comparator_witness = Base__Comparator.Make(T).comparator_witness
val comparator : (T.t, comparator_witness) Base__Comparator.comparator