Module Shared_ast.TypeIdent
type t = | Struct of Shared_ast__.Definitions.StructName.t| Enum of Shared_ast__.Definitions.EnumName.t| Abstract of Shared_ast__.Definitions.AbstractType.t
val equal : t -> t -> boolmodule Set : Stdlib.Set.S with type elt = t