type ttype codetype modifiertype modifiers
val create : code:code -> modifiers:modifiers -> tval create_modifiers : modifier list -> modifiersval code : t -> codeval modifiers : t -> modifiersval modifier : key:t -> modifier:modifier -> boolval compare : t -> t -> intval to_string : t -> string
include Stdlib.Hashtbl.HashedType with type Key.t := t
val equal : t -> t -> boolval hash : t -> int