Rendering.Source
type t =
| File of Fpath.t
| Root of Fpath.t
val pp : Format.formatter -> t -> unit
val to_string : t -> string