Module Merlin_analysis.NamespaceSource

Sourcetype t = [
  1. | `Vals
  2. | `Type
  3. | `Constr
  4. | `Mod
  5. | `Modtype
  6. | `Functor
  7. | `Labels
  8. | `Unknown
  9. | `Apply
]
Sourceval to_tag_string : t -> string
Sourceval to_string : t -> string