Module SID.ID

type t =
  1. | Builtin of (module ID_sig.BUILTIN)
  2. | UserDefined of InductiveDefinition.t
val name : t -> string
val show : t -> string
val to_def : t -> InductiveDefinition.t