package diffast-langs-cpp-parsing

  1. Overview
  2. Docs

Module Name.NamespaceSource

Sourcetype t =
  1. | Normal of Common.ident
  2. | Inline of Common.ident
Sourceval to_string : t -> Common.ident
Sourceval encode : t -> string
Sourceval mk : ?inline:bool -> Common.ident -> t