Module Rendering.SourceSource

Sourcetype t =
  1. | File of Fpath.t
  2. | Root of Fpath.t
Sourceval pp : Format.formatter -> t -> unit
Sourceval to_string : t -> string